Login  Register

gluegen-rt-natives-windows-amd64.jar not found on i586

Posted by mortimmer on Jan 15, 2012; 9:17pm
URL: https://forum.jogamp.org/gluegen-rt-natives-windows-amd64-jar-not-found-on-i586-tp3661469.html


Hi guys,

I'm trying to run a small JOGL application like this:

java -classpath ".;..\jars\gluegen-rt.jar;..\jars\gluegen-rt-natives-windows-i586.jar;..\jars\jogl.all.jar;..\jars\jogl-all-natives-windows-i586.jar" HelloJOGL

As you can see I added the lib jars to the classpath. What I get is a FileNotFoundException on gluegen-rt-natives-windows-amd64.jar.

Is this a property somewhere that needs to be set to the i586 jar?