Re: Library issues with 32Bit JVM on 64Bit OS
Posted by
gouessej on
Jan 23, 2013; 12:03pm
URL: https://forum.jogamp.org/Library-issues-with-32Bit-JVM-on-64Bit-OS-tp4027978p4027997.html
The JARs containing the native libraries must be in the same directory than the JARs containing Java libraries. Maybe the extraction and loading of native libraries does not work in your case. Do you modify the Java library path? Ardor3D uses Maven with JOGL 2.0 and it works very well. As Xerxes said, you need a 32 bits OpenGL driver to use 32 bits native libraries for JOGL.
Please try to run simple existing tests first.