I have just downloaded the latest JOGL native libraries and I get this error:
Catched FileNotFoundException: C:\intellij\headline\lib\jogl\gluegen-natives-windows-amd64.jar (The system cannot find the file specified), while TempJarCache.bootstrapNativeLib() of jar:file:/C:/intellij/headline/lib/jogl/gluegen-natives-windows-amd64.jar!/ (file:/C:/intellij/headline/lib/jogl/ + gluegen-natives-windows-amd64.jar)
I cannot find a file named "gluegen-natives-windows-amd64.jar" in the distribution.
Re: Trouble with gluegen-natives-windows-amd64.jar
Administrator
Rather add gluegen-rt.jar into your classpath so that GlueGen will look for gluegen-rt-natives-windows-amd64.jar instead of gluegen-natives-windows-amd64.jar.