Mac OS Users Need to Install Java3D and JOGL
To install Java3D complete the following steps:
- Download the required file from http://download.java.net/media/java3d/builds/release/1.5.1/java3d-1_5_1-macosx.zip.
- Unzip the java3d-1_5_1-macosx.zip file.
- Inside the resulting folder there will be a j3d-jre.zip file.
- Unzip that and the resulting folder will be lib.
- Copy the three jar files within the lib/ext directory (j3dcore.jar, j3dutils.jar, vecmath.jar) to /Library/Java/Extensions or ~/Library/Java/Extensions.
To install the Java Binding for the OpenGL (JOGL) complete the following steps:
- Download the required file from http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.0/jogl-1.1.0-macosx-universal.zip.
- Unzip the jogl-1.1.0-macosx-universal.zip file.
- Inside the resulting folder there will be a lib folder.
- Copy the six files within the lib folder (libjogl.jnilib, libjogl_awt.jnilib, libjogl_cg.jnilib, libgluegen-rt.jnilib, jogl.jar, gluegen-rt.jar) to /Library/Java/Extensions or ~/Library/Java/Extensions (same directory as above).