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-joal-next.html | |
parent | 0566800aff03ebd9d7414cb547123dcad6620b22 (diff) |
New FHS: jars in jar/, using jogamp-current and jogamp-next
Diffstat (limited to 'www/applettest-joal-next.html')
-rw-r--r-- | www/applettest-joal-next.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html index 48b46f8..0071b7e 100644 --- a/www/applettest-joal-next.html +++ b/www/applettest-joal-next.html @@ -10,13 +10,11 @@ <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-next/newt.all.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/jogl-demos.jar, - http://jogamp.org/deployment/webstart-next/joal.jar, + archive="http://jogamp.org/deployment/jogamp-next/jar/applet-launcher.jar, + http://jogamp.org/deployment/jogamp-next/jar/gluegen-rt.jar, + http://jogamp.org/deployment/jogamp-next/jar/jogl.all.jar, + http://jogamp.org/deployment/jogamp-next/jar/joal.jar, + http://jogamp.org/deployment/jogamp-next/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"> @@ -24,9 +22,9 @@ <param name="progressbar" value="true"> <param name="jnlpNumExtensions" value="2"> <param name="jnlpExtension1" - value="http://jogamp.org/deployment/webstart-next/jogl-core.jnlp"> + value="http://jogamp.org/deployment/jogamp-next/jogl-all-awt.jnlp"> <param name="jnlpExtension2" - value="http://jogamp.org/deployment/webstart-next/joal.jnlp"> + value="http://jogamp.org/deployment/jogamp-next/joal.jnlp"> </applet> |