Installing JOGL
The simulation graphics for both the application and applet require that you have the JOGL (Java OpenGL) package installed on your computer. Instructions for installing JOGL on the major platforms are provided below. For more information, please visit the JOGL web site.
Mac OS
- download the Mac universal package
- unzip the package (by double-clicking)
- move all files in the lib/ directory to /Library/Java/Extensions/
Windows
- download the Windows 32 bit or Windows 64 bit package
- unzip the package (by double-clicking)
- move all files in the lib\ directory to SystemRoot\Sun\Java\lib\ext\
Linux
- [note: Ubuntu users can install libjogl-java from the package repository]
- download the Linux 32 bit or Linux 64 bit package
- unzip the package (using unzip or by double-clicking)
- move all files in the lib/ directory to the Java extensions directory
(/usr/java/packages/lib/ext/ or elsewhere depending on the distribution)
|