diff options
author | Sven Gothel <[email protected]> | 2009-07-03 01:51:22 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-03 01:51:22 +0000 |
commit | 820cc25c18c4aeb70b28eeacdecf82d98a24c08c (patch) | |
tree | faae753462776b67d492a9a7b41b35b0ffc07f1d /www/applettest.html | |
parent | 087f77772f1228e7fcf4b77eb7d7d97eb90785ba (diff) |
Fix for JOGL2
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@360 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/applettest.html')
-rw-r--r-- | www/applettest.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/applettest.html b/www/applettest.html index 5b80c8f..d44a908 100644 --- a/www/applettest.html +++ b/www/applettest.html @@ -24,9 +24,9 @@ as an applet: width=600 height=400 archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar, - http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar"> + http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-demos.jar"> <param name="codebase_lookup" value="false"> <param name="subapplet.classname" value="demos.applets.GearsApplet"> <param name="subapplet.displayname" value="JOGL Gears Applet"> @@ -34,7 +34,7 @@ as an applet: <param name="progressbar" value="true"> <param name="jnlpNumExtensions" value="1"> <param name="jnlpExtension1" - value="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp"> + value="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-core.jnlp"> </applet> </P> @@ -47,9 +47,9 @@ The applet above is instantiated with the following code: width=600 height=400 archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jar, - http://download.java.net/media/gluegen/webstart/gluegen-rt.jar, - http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl-demos.jar"> + http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-demos.jar"> <param name="codebase_lookup" value="false"> <param name="subapplet.classname" value="demos.applets.GearsApplet"> <param name="subapplet.displayname" value="JOGL Gears Applet"> @@ -57,7 +57,7 @@ The applet above is instantiated with the following code: <param name="progressbar" value="true"> <param name="jnlpNumExtensions" value="1"> <param name="jnlpExtension1" - value="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp"> + value="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-core.jnlp"> </applet> </pre> |