Login  Register

Re: Library issues with 32Bit JVM on 64Bit OS

Posted by pizaninja on Feb 14, 2013; 4:50pm
URL: https://forum.jogamp.org/Library-issues-with-32Bit-JVM-on-64Bit-OS-tp4027978p4028214.html

The big problem is that when compiling with maven with a 64 bit jdk, it can't run on 32 bit jre. It should work, but it does not.

The jar compiled with 64 bit jdk create a jar archive only with 64 bit native library. It should embed all 32 and 64 bit native libs, but it does not.

I don't understand why gouessej says: "We are not responsible".