I’m porting my application to a Sun Ultra 45 workstation (sol 10) and I’m linking with the JSR-231 1.1.0-rc2-January 23 libs.If I understand correctly, these are the 64bit libs, but my app is giving the following error on those libs …
Exception in thread “AWT-EventQueue-0” java.lang.UnsatisfiedLinkError: /home/me/Workspace/myApp/distrib/bin/jogl-1.1.0-rc2-solaris-sparcv9/lib/libjogl.so: ld.so.1: java: fatal: /home/me/Workspace/myApp/distrib/bin/jogl-1.1.0-rc2-solaris-sparcv9/lib/libjogl.so: wrong ELF class: ELFCLASS64
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)
Are these not the correct native libs? Am I doing something else wrong here?