-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b31
-
generic, x86
-
windows, windows_xp
-
Verified
Load the following applet into a browser.
http://nicole1.sfbay.sun.com:8080/plugin_tests/JNLPSupport/desktopInteg/security/paramTest.html
After the applet is loaded, drag it by using the <Alt>-<left mouse button> outside of the browser.
Close browser window and selects "Yes" on the create shortcut dialog.
(A shortcut should be created.)
Close the dragged-out applet.
Double click on the shortcut to launch this application again - it launches, but with the following exception in the Java Console:
Starting applet (350x150) with parameters:
height = 150
__applet_relaunched = false
java_arguments =
width = 350
code = AppletParamTest
JNLP2Viewer.appletSSVValidation
java.lang.Exception: JNLP2Viewer.appletSSVValidation
at sun.plugin2.applet.viewer.JNLP2Viewer$1$3.appletSSVValidation(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.fireAppletSSVValidation(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Applet started
----
The application can be launched successfully though with the above exception.
http://nicole1.sfbay.sun.com:8080/plugin_tests/JNLPSupport/desktopInteg/security/paramTest.html
After the applet is loaded, drag it by using the <Alt>-<left mouse button> outside of the browser.
Close browser window and selects "Yes" on the create shortcut dialog.
(A shortcut should be created.)
Close the dragged-out applet.
Double click on the shortcut to launch this application again - it launches, but with the following exception in the Java Console:
Starting applet (350x150) with parameters:
height = 150
__applet_relaunched = false
java_arguments =
width = 350
code = AppletParamTest
JNLP2Viewer.appletSSVValidation
java.lang.Exception: JNLP2Viewer.appletSSVValidation
at sun.plugin2.applet.viewer.JNLP2Viewer$1$3.appletSSVValidation(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.fireAppletSSVValidation(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Applet started
----
The application can be launched successfully though with the above exception.
- duplicates
-
JDK-6711811 exception thrown while invoking applet from shortcut
- Closed