diff options
author | Sven Gothel <[email protected]> | 2010-05-05 17:25:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-05 17:25:41 +0200 |
commit | c1e032e22be5702fc6c34bf02317f62fb0649247 (patch) | |
tree | bf014a04fce6586a427f06d8a7aabe7ab32af066 /www/applettest-joal-next.html | |
parent | d855f8c8988aa2d26fb7f06361665b4a75211e83 (diff) |
Fix URLs
Diffstat (limited to 'www/applettest-joal-next.html')
-rw-r--r-- | www/applettest-joal-next.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html index f848e69..27386ec 100644 --- a/www/applettest-joal-next.html +++ b/www/applettest-joal-next.html @@ -10,11 +10,11 @@ <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=600 height=400 - archive="http://download.java.net/media/applet-launcher/applet-launcher.jar, - http://download.java.net/media/jogl/jsr-231-2.x-webstart-next/nativewindow.all.jar, - http://download.java.net/media/jogl/jsr-231-2.x-webstart-next/jogl.all.jar, - http://download.java.net/media/gluegen/webstart-2.x-next/gluegen-rt.jar, - http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-demos.jar, + archive="http://jogamp.org/deployment/util/applet-launcher.jar, + http://jogamp.org/deployment/webstart-next/nativewindow.all.jar, + http://jogamp.org/deployment/webstart-next/jogl.all.jar, + http://jogamp.org/deployment/webstart-next/gluegen-rt.jar, + http://jogamp.org/deployment/webstart-next/jogl-demos.jar, http://download.java.net/media/joal/webstart/joal.jar, http://download.java.net/media/joal/webstart/joal-demos.jar"> <param name="codebase_lookup" value="false"> @@ -24,7 +24,7 @@ <param name="progressbar" value="true"> <param name="jnlpNumExtensions" value="2"> <param name="jnlpExtension1" - value="http://download.java.net/media/jogl/jsr-231-2.x-webstart-next/jogl-core.jnlp"> + value="http://jogamp.org/deployment/webstart-next/jogl-core.jnlp"> <param name="jnlpExtension2" value="http://download.java.net/media/joal/webstart/joal.jnlp"> </applet> |