Hi, I'm just getting started with JOGL and I've run into a problem right at the start.
I have downloaded the latest binaries from the web site, version 2.0 rc5 windows i586. After unpacking the archives I linked them into my simple test program and tried to run. It immediately dumped with the first message being:
java.io.FileNotFoundException: C:\...\Projects\JOGL\gluegen-2.0-b33-20111219-windows-i586\jar\gluegen-rt-natives-windows-amd64.jar (The system cannot find the file specified)
It looks like the gluegen windows-i586 jar file was constructed improperly and it is trying to load the gluegen-rt windows-amd64 libraries.
It's not weird as Intel and AMD 64 bits processors use the same architecture. The same advice applies in almost any Java library relying on native libraries.