https://forum.jogamp.org/Library-issues-with-32Bit-JVM-on-64Bit-OS-tp4027978p4027980.html
The jogamp 32bit libs only work with 32bit os opengl drivers. Your os probably only contains 64bit opengl libraries so it will not work. The problem is that compilers do not allow compilation of a 32bit jni lib that can link to 64bit system libs.
Hi all,
I currently have a Java application that, at run time, attempts to set Java's library path to the 64Bit Gluegen & Jogl DLLs then tests them, if this test fails, the 32Bit libraries are loaded.
This seems to work unless I'm using a 32Bit JVM on a 64Bit OS, where neither libraries work. I've tried using the native JAR files but these don't seem to work either.
Any ideas how to address this?