summaryrefslogtreecommitdiffstats
path: root/www/applettest-joal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/applettest-joal.html')
-rw-r--r--www/applettest-joal.html31
1 files changed, 14 insertions, 17 deletions
diff --git a/www/applettest-joal.html b/www/applettest-joal.html
index 0d97d22..303ef44 100644
--- a/www/applettest-joal.html
+++ b/www/applettest-joal.html
@@ -29,13 +29,11 @@ rendering and OpenAL audio:
<applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
width=600
height=400
- archive="http://jogamp.org/deployment/util/applet-launcher.jar,
- http://jogamp.org/deployment/webstart/newt.all.jar,
- http://jogamp.org/deployment/webstart/nativewindow.all.jar,
- http://jogamp.org/deployment/webstart/jogl.all.jar,
- http://jogamp.org/deployment/webstart/gluegen-rt.jar,
- http://jogamp.org/deployment/webstart/jogl-demos/jogl-demos.jar,
- http://jogamp.org/deployment/webstart/joal.jar,
+ archive="http://jogamp.org/deployment/jogamp-current/jar/applet-launcher.jar,
+ http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar,
+ http://jogamp.org/deployment/jogamp-current/jar/jogl.all.jar,
+ http://jogamp.org/deployment/jogamp-current/jar/joal.jar,
+ http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar">
<param name="codebase_lookup" value="false">
<param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet">
<param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet">
@@ -43,9 +41,9 @@ rendering and OpenAL audio:
<param name="progressbar" value="true">
<param name="jnlpNumExtensions" value="2">
<param name="jnlpExtension1"
- value="http://jogamp.org/deployment/webstart/jogl-core.jnlp">
+ value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp">
<param name="jnlpExtension2"
- value="http://jogamp.org/deployment/webstart/joal.jnlp">
+ value="http://jogamp.org/deployment/jogamp-current/joal.jnlp">
</applet>
@@ -58,12 +56,11 @@ The applet above is instantiated with the following code:
&lt;applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
width=600
height=400
- archive="http://jogamp.org/deployment/util/applet-launcher.jar,
- http://jogamp.org/deployment/webstart/jogl.all.jar,
- http://jogamp.org/deployment/webstart/gluegen-rt.jar,
- http://jogamp.org/deployment/webstart/jogl-demos/jogl-demos.jar,
- http://jogamp.org/deployment/webstart/joal.jar,
- http://jogamp.org/deployment/webstart/joal-demos/joal-demos.jar"&gt;
+ archive="http://jogamp.org/deployment/jogamp-current/jar/applet-launcher.jar,
+ http://jogamp.org/deployment/jogamp-current/jar/gluegen-rt.jar,
+ http://jogamp.org/deployment/jogamp-current/jar/jogl.all.jar,
+ http://jogamp.org/deployment/jogamp-current/jar/joal.jar,
+ http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar"&gt;
&lt;param name="codebase_lookup" value="false"&gt;
&lt;param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"&gt;
&lt;param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"&gt;
@@ -71,9 +68,9 @@ The applet above is instantiated with the following code:
&lt;param name="progressbar" value="true"&gt;
&lt;param name="jnlpNumExtensions" value="2"&gt;
&lt;param name="jnlpExtension1"
- value="http://jogamp.org/deployment/webstart/jogl-core.jnlp"&gt;
+ value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"&gt;
&lt;param name="jnlpExtension2"
- value="http://jogamp.org/deployment/webstart/joal.jnlp"&gt;
+ value="http://jogamp.org/deployment/jogamp-current/joal.jnlp"&gt;
&lt;/applet&gt;
</pre>