sswam
Advanced Member
- Joined
- Dec 16, 2009
- Messages
- 1,393
hi, Gears is working for me, but Blocks That Matter not as of yet:
$ java -jar BTM.jar
...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /mnt/utmp/java/lib/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
$ LD_LIBRARY_PATH=/mnt/utmp/java/jdk/jre/lib/arm java -jar BTM.jar
...
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.GLContext.nLoadOpenGLLibrary()V
Do I need to hack this to use a GLESContext instead, or something like that? Can we fix that in lwjgl? I don't have the source code for this game.
$ java -jar BTM.jar
...
Exception in thread "main" java.lang.UnsatisfiedLinkError: /mnt/utmp/java/lib/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
$ LD_LIBRARY_PATH=/mnt/utmp/java/jdk/jre/lib/arm java -jar BTM.jar
...
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.lwjgl.opengl.GLContext.nLoadOpenGLLibrary()V
Do I need to hack this to use a GLESContext instead, or something like that? Can we fix that in lwjgl? I don't have the source code for this game.
Last edited by a moderator: