Re: JOGL upgrade fails
Posted by
gouessej on
Feb 09, 2012; 3:18pm
URL: https://forum.jogamp.org/JOGL-upgrade-fails-tp3728805p3729757.html
Hi
You should not have to set the native library location in my humble opinion. Maybe look at the default settings of my own free open source projects, it works fine under any supported platforms and it works with Eclipse.
Just put jogl.all.jar and gluegen-rt.jar into the class path (Java build path in Eclipse) and put the JARs containing native libraries into the same directories and it should work. Good luck.