diff options
Diffstat (limited to 'doc/userguide/index.html')
-rw-r--r-- | doc/userguide/index.html | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 60c9e4323..3d693eb95 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -189,28 +189,7 @@ sandbox. </P> <P> -To reference JOGL within your application's JNLP file, simply place -the following line in the <code><resources></code> section: - -<PRE> - <extension name="jogl" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" /> -</PRE> - -This JNLP file points to the current JSR-231 unofficial development -build. For reference, the extension JNLP file for the most recent -official JSR-231 build is available at - -<PRE> - <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/webstart/jogl.jnlp" /> -</PRE> - -Note that before JOGL transitioned to the JSR-231 APIs, there were -releases of the library in the <code>net.java.games.jogl</code> -namespace under version numbers "1.0", "1.1", and "1.1.1". All of -these releases have been superseded by JSR-231. Please update your -applications. - -</P> +Please read <a href="../deployment/JOGL-DEPLOYMENT.html">JOGL Deployment</a>. <H3> Applet support </H3> |