diff options
Diffstat (limited to 'www/applettest-next.html')
-rw-r--r-- | www/applettest-next.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/applettest-next.html b/www/applettest-next.html index 3a527c3..3c04bb9 100644 --- a/www/applettest-next.html +++ b/www/applettest-next.html @@ -10,8 +10,8 @@ <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=600 height=400 - codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next" - archive="applet-launcher.jar,jogl.jar,gluegen-rt.jar,jogl-demos.jar"> + codebase="http://download.java.net/media/applet-launcher" + archive="applet-launcher.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl.jar,http://download.java.net/media/gluegen/webstart/gluegen-rt.jar,http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next/jogl-demos.jar"> <param name="subapplet.classname" value="demos.applets.GearsApplet"> <param name="subapplet.displayname" value="JOGL Gears Applet"> <param name="progressbar" value="true"> |