Login  Register

Re: Help installing JOGL

Posted by gouessej on Jan 30, 2013; 4:46pm
URL: https://forum.jogamp.org/Help-installing-JOGL-tp3295611p4028066.html

Why not using Java Web Start? If the JARs have not changed, they won't be downloaded. Don't write your own routines to check if the native libraries are already on the hard drive because you would have to modify the Java library path to load them and you would have to check if this is the good version of the native libraries. Such a solution is useless and complicated.

Edit.: you can use JNLP in applets too. You can point to JOGL as an extension and use our JARs or deploy them on your server.
Julien Gouesse | Personal blog | Website