Re: gluegen-rt-natives-windows-amd64.jar not found on i586
Posted by mortimmer on Jan 16, 2012; 6:18pm
URL: https://forum.jogamp.org/gluegen-rt-natives-windows-amd64-jar-not-found-on-i586-tp3661469p3664036.html
Hi Sven,
Thanks for the reply, I had downloaded the wrong file (i586) for my architecture (x86_64), got confused because I have an intel (didn't know i586 implies 32 bit) and the file is named amd .
All I had to do was add gluegen-rt.jar and jogl.all.jar to the classpath for both javac/java, and make gluegen-rt-natives-windows-amd64.jar and jogl-all-natives-windows-amd64.jar (mind the '-' after jogl, not a '.') available in a directory reachable by classpath and it works right away.
Thanks for pointing out the platform code too, it gave insight :-)