Repast
Recursive Porous Agent Simulation Toolkit

Mac OS Users Need to Install Java3D and JOGL

To install Java3D complete the following steps:

  1. Download the required file from http://download.java.net/media/java3d/builds/release/1.5.1/java3d-1_5_1-macosx.zip.
  2. Unzip the java3d-1_5_1-macosx.zip file.
  3. Inside the resulting folder there will be a j3d-jre.zip file.
  4. Unzip that and the resulting folder will be lib.
  5. 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:

  1. 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.
  2. Unzip the jogl-1.1.0-macosx-universal.zip file.
  3. Inside the resulting folder there will be a lib folder.
  4. 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).