|
Hello, I'm having issues when I try to load jogl native libraries traditionally. I have read the jogl user guide and it says to put "Djogamp.gluegen.UseTempJarCache=false" as a VM argument and then set the VM property java.library.path or the platform-dependent environment variable(in my case PATH) to the "lib" directory. I downloaded all the jogl jars and dlls and have set them in a file which is on my PATH, I set the VM property java.library to point to the "lib" file as well, and i put the "Djogamp.gluegen.UseTempJarCache=false" as a VM argument. After doing all this my program will not render but any time i set the VM argument to "Djogamp.gluegen.UseTempJarCache=true" everything works fine. what am i doing wrong so that the jogl libraries aren't loading when i try and do it traditionally?
Any info would be appreciated, thanks.
|