enighma
09/29/2022, 8:00 PMsudo 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:
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?