Login  Register

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

Posted by Xerxes Rånby on Jan 22, 2013; 6:43pm
URL: 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.


2013-01-22 16:16 skrev MDHillman [via jogamp]:

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?


If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/Library-issues-with-32Bit-JVM-on-64Bit-OS-tp4027978.html
To start a new topic under general, email [hidden email]
To unsubscribe from jogamp, click here.
NAML