Library issues with 32Bit JVM on 64Bit OS
Posted by MDHillman on Jan 22, 2013; 3:16pm
URL: https://forum.jogamp.org/Library-issues-with-32Bit-JVM-on-64Bit-OS-tp4027978.html
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?