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/applet-redsquare-newtawt-next.html | |
parent | 0566800aff03ebd9d7414cb547123dcad6620b22 (diff) |
New FHS: jars in jar/, using jogamp-current and jogamp-next
Diffstat (limited to 'www/applet-redsquare-newtawt-next.html')
-rw-r--r-- | www/applet-redsquare-newtawt-next.html | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/applet-redsquare-newtawt-next.html b/www/applet-redsquare-newtawt-next.html index fd92358..cf8a344 100644 --- a/www/applet-redsquare-newtawt-next.html +++ b/www/applet-redsquare-newtawt-next.html @@ -10,12 +10,10 @@ <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"> + 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/jogl-demos/jar/jogl-demos.jar"> <param name="codebase_lookup" value="false"> <param name="subapplet.classname" value="demos.applets.RedSquareNEWTAWTApplet"> <param name="subapplet.displayname" value="JOGL RedSquare NEWT-AWT Applet"> @@ -23,7 +21,7 @@ <param name="progressbar" value="true"> <param name="jnlpNumExtensions" value="1"> <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="java_arguments" value="-Dsun.java2d.noddraw=true"> <param name="jnlp_href" value="applet-redsquare-newtawt-next.jnlp"> </applet> |