diff options
author | Sven Gothel <[email protected]> | 2011-09-13 23:44:05 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-13 23:44:05 +0200 |
commit | 5960d7e22807902d9712869f9c5bce0ff95eb4a1 (patch) | |
tree | 3e6374da736ea5659042103ec8c2737143ce4aa0 /www/applettest.html | |
parent | 0566800aff03ebd9d7414cb547123dcad6620b22 (diff) |
New FHS: jars in jar/, using jogamp-current and jogamp-next
Diffstat (limited to 'www/applettest.html')
-rw-r--r-- | www/applettest.html | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/www/applettest.html b/www/applettest.html index 724f42f..41bee53 100644 --- a/www/applettest.html +++ b/www/applettest.html @@ -23,12 +23,10 @@ as an applet: <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/jogl.all.jar, - http://jogamp.org/deployment/webstart/nativewindow.all.jar, - http://jogamp.org/deployment/webstart/gluegen-rt.jar, - http://jogamp.org/deployment/webstart/jogl-demos/jogl-demos.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/jogl-demos/jar/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"> @@ -36,7 +34,7 @@ as an applet: <param name="progressbar" value="true"> <param name="jnlpNumExtensions" value="1"> <param name="jnlpExtension1" - value="http://jogamp.org/deployment/webstart/jogl-core.jnlp"> + value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"> </applet> </P> @@ -48,11 +46,10 @@ The applet above is instantiated with the following code: <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/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"> + 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/jogl-demos/jar/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"> @@ -60,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://jogamp.org/deployment/webstart/jogl-core.jnlp"> + value="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp"> </applet> </pre> |