Re: Library issues with 32Bit JVM on 64Bit OS
Posted by MDHillman on Jan 23, 2013; 9:43am
URL: https://forum.jogamp.org/Library-issues-with-32Bit-JVM-on-64Bit-OS-tp4027978p4027995.html
OK, let me look at this from the ground up.
I've added the JOGL and Gluegen jar files from the central maven repository (POM below). It was my understanding that the loading of native libraries was all handled by JOGL/Gluegen and that once I'd added these dependancies I wouldn't have to do anything. Saying that, I still get "no gluegen-rt.dll in library path" errors. Have I missed something?
<dependency>
<groupId>org.jogamp.jogl</groupId>
<artifactId>jogl-all-main</artifactId>
<version>2.0-rc11</version>
</dependency>
<dependency>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>gluegen-rt-main</artifactId>
<version>2.0-rc11</version>
</dependency>