%
%NAME%
I have the following error when my JNI class tries to load the shared
library:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /XXXXX.so:
ld.so.1: /software/javajdk-1.5/bin/sparcv9/java: fatal: /XXXXX.so: wrong ELF
class: ELFCLASS32
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)
I am compiling and running under solaris, using jdk 1.5.0
does any of you have the same problem before?
thanks a lot!
library:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /XXXXX.so:
ld.so.1: /software/javajdk-1.5/bin/sparcv9/java: fatal: /XXXXX.so: wrong ELF
class: ELFCLASS32
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)
I am compiling and running under solaris, using jdk 1.5.0
does any of you have the same problem before?
thanks a lot!