From 03ce683b4e25716a0973aa6c1acb8698dbb3bb08 Mon Sep 17 00:00:00 2001
From: Sven Gothel
-To reference JOGL within your application's JNLP file, simply place
-the following line in the <resources>
section:
-
-
- <extension name="jogl" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" /> -- -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 - -
- <extension name="jogl" href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/webstart/jogl.jnlp" /> -- -Note that before JOGL transitioned to the JSR-231 APIs, there were -releases of the library in the
net.java.games.jogl
-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.
-
-
+Please read JOGL Deployment.