Linux related issue Update 2 If I create a deb and...
# compose-desktop
e
Linux related issue Update 2 If I create a deb and install it, it works fine. Still curious why I can't just run the jar. I'm guessing something gets packaged that is not built into it. Update 1 I was able to run it by calling sudo:
sudo java -jar <jar>
The weird issue now is that it opens the window but does not render anything into it. Again, if I start it from IJ it works fine. Old If compile/run the project from IJ it works fine, but if I
packageUberJarForCurrentOs
and run it with
java -jar <jar>
I get the following error:
Copy code
libskiko-linux-x64.so: libGL.so.1: cannot open shared object file: No such file or directory
What I don't understand is why running it from IJ would yield a different result. Anyone have had this issue?