I’m trying to install JOGL on my Mac Snow Leopard OS. I want to use it with Eclipse Galileo. So far I have downloaded jogl.jar, gluegen-rt.jar, and the .jnlib files and put them into my System/Libraries/Java/Extension/ folder as well as my Libraries/Java/Extension/ folder. I have also included both jar files in the Build Path of my project and set the native libraries. However, I get the following error on all JOGL components I am trying to use:
Access restriction: The type GLEventListener is not accessible due to restriction on the required library /Library/Java/Extension/jogl.jar
I checked the Build Path and there seems to be no restrictions on the file. When i go to the jogl.jar and check its properties, it says I am able to read and write.
Please help :’( I need to fix this asap so I can start working on my program. If someone has a simple step-by-step tutorial (links to download files, how to set environment variables, etc) on how to set it up for Eclipse on Macs telling me exactly what I need to do to get everything working that would really help a lot.