diff options
author | Sven Gothel <[email protected]> | 2011-09-11 06:21:18 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-11 06:21:18 +0200 |
commit | 3a224e7cad3afd5eac6ba7fbdfd080e9f7ce8d6e (patch) | |
tree | 8b41634ffc0d574f52cc0c0f62a1d936c1bf0af1 /jnlp-files/applet-version-lancheronly.html | |
parent | 31587f24ff495bec22d70bd0308d5e721dc80bd2 (diff) |
New FHS: jars in jar/
Diffstat (limited to 'jnlp-files/applet-version-lancheronly.html')
-rw-r--r-- | jnlp-files/applet-version-lancheronly.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jnlp-files/applet-version-lancheronly.html b/jnlp-files/applet-version-lancheronly.html index e172091aa..4bcf64081 100644 --- a/jnlp-files/applet-version-lancheronly.html +++ b/jnlp-files/applet-version-lancheronly.html @@ -18,9 +18,9 @@ AppletLauncher only version. <applet code="org.jdesktop.applet.util.JNLPAppletLauncher" width=800 height=600 - archive="JOGL_CODEBASE_TAG/../util/applet-launcher.jar, - JOGL_CODEBASE_TAG/jogl.all.jar, - JOGL_CODEBASE_TAG/gluegen-rt.jar"> + archive="JOGL_CODEBASE_TAG/jar/applet-launcher.jar, + JOGL_CODEBASE_TAG/jar/jogl.all.jar, + JOGL_CODEBASE_TAG/jar/gluegen-rt.jar"> <param name="codebase_lookup" value="false"> <param name="subapplet.classname" value="jogamp.newt.driver.awt.opengl.VersionApplet"> <param name="subapplet.displayname" value="JOGL Applet Version"> |