summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-01-04 20:34:40 +0000
committerKenneth Russel <[email protected]>2006-01-04 20:34:40 +0000
commitb154c77831ec00be8aa05cb282570f2108c48266 (patch)
tree01dac0cc12d4875357f64021c4a6c7c10224553a /www
parent37f3a90f649e3b69296fcd54dc40db2acb5e511e (diff)
Another fix for JOGL applet test
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@158 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www')
-rw-r--r--www/applettest.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/applettest.html b/www/applettest.html
index a4acb12..3fe3e88 100644
--- a/www/applettest.html
+++ b/www/applettest.html
@@ -21,7 +21,7 @@ the standard Gears demo running as an applet:
<applet code="com.sun.opengl.utils.JOGLAppletLauncher"
width=600
height=400
- codebase="http://download.java.net/jogl/builds/archive/jsr-231-webstart-current"
+ codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current"
archive="jogl.jar,jogl-demos.jar">
<param name="subapplet.classname" VALUE="demos.applets.GearsApplet">
<param name="subapplet.displayname" VALUE="JOGL Gears Applet">
@@ -39,7 +39,7 @@ The applet above is instantiated with the following code:
&lt;applet code="com.sun.opengl.utils.JOGLAppletLauncher"
width=600
height=400
- codebase="http://download.java.net/jogl/builds/archive/jsr-231-webstart-current"
+ codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current"
archive="jogl.jar,jogl-demos.jar"&gt;
&lt;param name="subapplet.classname" VALUE="demos.applets.GearsApplet"&gt;
&lt;param name="subapplet.displayname" VALUE="JOGL Gears Applet"&gt;