diff options
author | Sven Gothel <[email protected]> | 2009-07-03 22:04:39 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-03 22:04:39 +0000 |
commit | 676988d2ef6fbcd635cdfaeace39a4b17d73b5f3 (patch) | |
tree | fbcb4138c704facb703fb92adfccebcab0506126 /www | |
parent | 37ed74b8178d1d0188c87d3c48fac360a61e5ba5 (diff) |
Fix JNLP applet
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@367 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www')
-rw-r--r-- | www/applettest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/applettest.html b/www/applettest.html index c35b8f3..3f3a010 100644 --- a/www/applettest.html +++ b/www/applettest.html @@ -24,8 +24,8 @@ as an applet: 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/nativewindow.all.jar, http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar, + http://download.java.net/media/jogl/jsr-231-2.x-webstart/nativewindow.all.jar, http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar, http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/jogl-demos.jar"> <param name="codebase_lookup" value="false"> |