views:

703

answers:

2

I got Snow Leopard 64 bit, and I'm wondering how I am to install JOGL in order to develop with Eclipse.

A nice tut from A-Z would have been nice, since I'm suspecting some of my steps are very wrong.

+5  A: 
  1. Download jogl
  2. Create a new project, and unzip the lib folder from the file you downloaded into the project.
  3. Add the jogl.jar and gluegen-rt.jar to the build path. Right click jogl.jar in the package explorer in the build path. Click "Properties", and set the "Native Libraries" option to point to the same lib folder that should also contains four *.jnilib files.
job
Thanks!I only had to do one thing first: Right click on jogl.jar > "Build Path" > "Add to Build Path".From there I could right click on jogl.jar under "Referenced Libraries" and do step 3.
zo0mbie
Also note that the linked version of JOGL is 1.1.1a. It is the latest 1.x version but you might want to use JOGL 2.x depending on your needs. If you do use 2.x, you will need to include four of the libraries - jogl.all.jar, glugen-rt.jar, nativewindow.all.jar, and newt.all.jar. Otherwise same instructions. Link to 2.0-beta10: http://download.java.net/media/jogl/builds/archive/jsr-231-2.0-beta10/jogl-2.0-macosx-universal.zip
Ricket
Extremely helpful, thank you!
Feanor
Very nice. Thank you.
Jay Askren
A: 

It works on JOGL 1.1.1, but I have some problems with JOGL 2.0. Any help with that?

Thanks, ernesto.

ernesto