-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/home/danzmann/MetalChaser/data/native/solaris/liblwjgl.so: ld.so.1: java:
fatal: /home/danzmann/MetalChaser/data/native/solaris/liblwjgl.so: wrong
ELF data format: ELFDATA2LSB (Possible cause: endianness mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1703)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.lwjgl.Sys$1.run(Sys.java:72)
at java.security.AccessController.doPrivileged(Native Method)
at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
at org.lwjgl.Sys.loadLibrary(Sys.java:81)
at org.lwjgl.Sys.<clinit>(Sys.java:98)
at org.lwjgl.opengl.Display.<clinit>(Display.java:129)
at main.SuperMain.setIcon(SuperMain.java:243)
at main.SuperMain.<init>(SuperMain.java:164)
at main.SuperMain.main(SuperMain.java:433)
Original issue reported on code.google.com by cdanzmann on 29 Jan 2009 at 10:25
Reactions are currently unavailable