Any idea why I am getting this error when this file libjogl.so does exist in that path?
Exception in thread “AWT-EventQueue-0” java.lang.UnsatisfiedLinkError: /home/martin/workspace/mjbWorld/resources/libjogl.so: /home/martin/workspace/mjbWorld/resources/libjogl.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at net.java.games.jogl.impl.NativeLibLoader$1.run(NativeLibLoader.java:72)
Could it be that the libjogl.so file is compiled as 32-bit but I am calling it from JDK1.5 (64-bit)?
Are there any 64-bit bindings of the linux binaries?
Thanks,
Martin