Login  Register

How to deploy JOGL on my server?

Posted by kitfox on Mar 01, 2012; 2:42pm
URL: https://forum.jogamp.org/How-to-deploy-JOGL-on-my-server-tp3790609.html

I'm serving a webstart program that uses JOGL.  At the moment, the JNLP is including:
        <extension name="jogl-all-awt"
            href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"/>

However, this is causing some issues.  I would like to be able to serve everything from my own server.  

I've found the many jogl jars and native resources that JOGL has very confusing.  What is the easiest way I could grab a given distro of JOGL, upload it to the same server that hosts my JNLP file, and then have my JNLP reference that?  (And in such a way that Linux, Windows, Mac etc. find their appropriate binaries?)