Can someone explain to me how to deploy JOGL along with an Applet.
My key area of interest is how to include the JOGL jars, and DLL’s as part of the Applet download for different platforms (Windows, Mac, Linux).
JOGL appears to be hardcoded to search for the DLL’s (Windows platform) in the java.library.path.
How do you install JOGL via an Applet, and if you do install it what happens if the user has a different version of JOGL already installed.
Why (or how) can I force JOGL to use only the JAR’s and DLL’s deployed with the Applet.
Also, I have noticed that if a user does not have JOGL already installed correctly on their machine, then they are not able to run the JOGL demo’s via WebStart. Why?? Isn’t this a failure on the part of the JOGL team to support WebStart as a deployment method, or am I missing something important?