Delete liblwjgl.so
java -d64 -jar StarMade.jar -server
it appears that attempts to load the 32 bit and not 64, but you set the parameter-D64
java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
...
sorry for my poor english...
export LD_LIBRARY_PATH="/usr/lib/jvm/java-1.6.0-openjdk/jre/lib/amd64/" && xvfb-run java -jar StarMade.jar -server
not solved my problem :S
$ ls /usr/lib/jvm/
default-java java-1.5.0-gcj-4.4 java-6-openjdk java-gcj-4.4
java-1.5.0-gcj java-1.6.0-openjdk...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.