JOGL upgrade fails
Posted by clevengr on Feb 09, 2012; 8:46am
URL: https://forum.jogamp.org/JOGL-upgrade-fails-tp3728805.html
I decided to upgrade my JOGL installation (which was working fine in Eclipse using b11-20101213) to the latest current release. I cannot get it to work; I'm hoping someone can point out my problem (or at least suggest an approach).
I downloaded the 20111219 jogamp-windows-i586.7z and unzipped it.
I created a User Library pointing to each of the following jars located in the unzip location:
- gluegen-rt.jar
- jogl.all.jar
- jogl-all-natives-windows-i586.jar
I added the \lib folder in the unzip location as the Native Library Location to each of the above three jars.
I'm under the impression that this should be all I need to do to run with the new (20111219) release. However, when I run an application in Eclipse (one which worked fine using the b11-20101213 release) I get the following:
java.lang.UnsatisfiedLinkError: com.jogamp.common.os.Platform.getPointerSizeInBitsImpl()I
I have spent hours trying to figure out what is missing or what I've configured wrong. Can anyone help?
Thanks.