diff options
author | Sven Gothel <sgothel@jausoft.com> | 2014-01-22 12:56:14 +0100 |
---|---|---|
committer | Sven Gothel <sgothel@jausoft.com> | 2014-01-22 12:56:14 +0100 |
commit | 5e8361d84078568d54b9561315151e2c5e287147 (patch) | |
tree | 9d1479503a724024fc7d113715361e403ddc2575 /jnlp-files/jogl-applet-version-lancheronly.html | |
parent | 70f5c06b8155f7511987b73a24fda258ea2abfbc (diff) |
Adaption of Oracle's Deployment changes, i.e. >= 7u51
Sadly, due to Oracle's Java Applet Plugin update 7u51,
unsigned applets are no more allowed and effectively
lower the bar to create user applets with raised privileges.<br/>
Hence JogAmp Community <b>signs</b> jogl-all.jar and gluegen-rt.jar, which contain the
JOGL's supporting classes as well as jogl-test.jar, which contains the applet class.<br/>
jogl-test.jar's manifest file uses <i>Permissions: sandbox</i>
to <b>not raise privileges</b>.
Diffstat (limited to 'jnlp-files/jogl-applet-version-lancheronly.html')
-rw-r--r-- | jnlp-files/jogl-applet-version-lancheronly.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/jnlp-files/jogl-applet-version-lancheronly.html b/jnlp-files/jogl-applet-version-lancheronly.html deleted file mode 100644 index 6880152fc..000000000 --- a/jnlp-files/jogl-applet-version-lancheronly.html +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL JNLP Applet Version (Launcher)</title> -</head> -<body> - -<P> -The applet below shall show you the version of the Jogl components -and your platform. -</P> -<p> -<a href="http://jogamp.org/applet-launcher/www/">JNLPAppletLauncher</a> only version. -</p> - -<P> - -<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" - width="800" height="600"> - <param name="code" value="org.jdesktop.applet.util.JNLPAppletLauncher"> - <param name="archive" value="jar/applet-launcher.jar, - jar/gluegen-rt.jar, - jar/jogl-all.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="jogamp.opengl.awt.VersionApplet"> - <param name="subapplet.displayname" value="JOGL Applet Version"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" value="jogl-all-awt.jnlp"> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <comment> - <embed code="org.jdesktop.applet.util.JNLPAppletLauncher" - width="800" height="600" - type="application/x-java-applet;version=1.6" - pluginspage="http://java.sun.com/javase/downloads/ea.jsp" - archive="jar/applet-launcher.jar, - jar/gluegen-rt.jar, - jar/jogl-all.jar" - codebase_lookup" value="false" - subapplet.classname="jogamp.opengl.awt.VersionApplet" - subapplet.displayname="JOGL Applet Version" - noddraw.check="true" - progressbar="true" - jnlpNumExtensions="1" - jnlpExtension1="jogl-all-awt.jnlp" - java_arguments="-Dsun.java2d.noddraw=true"> - <noembed>Sorry, no Java support detected.</noembed> - </embed> - </comment> -</object> - -</P> - -</body> -</html> |