Trouble with gluegen-natives-windows-amd64.jar

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Trouble with gluegen-natives-windows-amd64.jar

Agnes
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.
Reply | Threaded
Open this post in threaded view
|

Re: Trouble with gluegen-natives-windows-amd64.jar

gouessej
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.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Trouble with gluegen-natives-windows-amd64.jar

Agnes
Thanks - that was the problem - I removed a couple of JARs from the classpath and it works fine now.
Reply | Threaded
Open this post in threaded view
|

Re: Trouble with gluegen-natives-windows-amd64.jar

gouessej
Administrator
You're welcome. If something was confusing in our documentation and wrongly encouraged you to add gluegen.jar into your classpath, let me know.
Julien Gouesse | Personal blog | Website