Login  Register

gluegen bundle problem?

Posted by pixelpshr on Jan 27, 2012; 10:10pm
URL: https://forum.jogamp.org/gluegen-bundle-problem-tp3694709.html

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.

Can anyone tell me what is going on here?

Thanks,
Thom