|
From: Hsieh D. <di...@gm...> - 2013-12-02 09:17:58
|
Any of your answer or advice will be strongly appreciated I used JSR80 components on Java-32bit. And everything is okay with below configuration - /JRE/LIB/EXT/jsr80-1.0.1.jar - /JRE/LIB/EXT/jsr80_linux-1.0.1.jar - /JRE/LIB/EXT/jsr80_ri-1.0.1.jar - /JRE/LIB/i386/libJavaxUsb.so While I tried to put the same components on Java-64bit, the exception was caught once I start to run java - Exception : javax.usb.UsbException : Error while loading share library libJavaxUsb.so(libJavaxUsb.so : wrong ELF class : ELFCLASS32) - But this Java-64bit can run the other class well Does Java-64bit work with libJavaxUsb.so ? |