Re: gluegen-rt.dll Error
Posted by
gouessej on
Apr 02, 2015; 8:57am
URL: https://forum.jogamp.org/gluegen-rt-dll-Error-tp4034228p4034230.html
Hi
Xerxes is right. Moreover, there is a good practice consisting in putting the JARs containing the native libraries of
several architectures into the same directory than the JARs containing the Java libraries so that JOGL picks the right one whatever the bitness of your JVM. For example, imagine that you use a 32-bit JVM on a 64-bit OS, you need the 32-bit native libraries. If you switch to a 64-bit JVM, you will need the 64-bit native libraries.