Installation of JOGL
-
First of all, get "jogl-x.x.x-webstart.zip" (x.x.x is the version number)
from
here.
-
Extract following files to the "jogl" folder of extracted applet.
Or copy them into the the same folder in the zip file (if you launch the applet directly from the zip file).
- jogl.jar
- jogl-natives-*.jar
- gluegen-rt-natives-*.jar
"*" is one of the followings depending on your system.
- linux-amd64
- linux-i586
- macosx-ppc
- macosx-universal
- solaris-amd64
- solaris-i586
- solaris-sparc
- solaris-sparcv9
- windows-amd64
- windows-i586
I didn't test my applet on all systems above.
In principle, it should work on all of them. But I have no guarantee
(JOGL is still under development and not yet an official part of JAVA).
It would also be better to install the latest version of JAVA runtime.
Return