United StatesChange Country, Oracle Worldwide Web Sites Communities I am a... I want to...
Bug ID: 6764345 cannot launch dragged applets offline
6764345 : cannot launch dragged applets offline

Details
Type:
Bug
Submit Date:
2008-10-28
Status:
Resolved
Updated Date:
2010-09-08
Project Name:
JDK
Resolved Date:
2009-02-09
Component:
deploy
OS:
generic
Sub-Component:
plugin
CPU:
generic
Priority:
P2
Resolution:
Fixed
Affected Versions:
6u10
Fixed Versions:
6u12

Related Reports
Relates:

Sub Tasks

Description
when we launch a dragged out applets offline via desktop shortcut, applet cannot start and throw exception:

exception: null.
java.io.FileNotFoundException: JNLP not available: https://jdk6.dev.java.net/plugin2/DragExample.jnlp
	at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Exception: java.io.FileNotFoundException: JNLP not available: https://jdk6.dev.java.net/plugin2/DragExample.jnlp

this is similar to 6744967: Cannot launch cached Java Web Start applications while system is offline, but this time it's dragged applets.

                                    

Comments
EVALUATION

If the applet jnlp file has <offline-allowed/> specified, the applet should be able to start via it's shortcut, even if machine has no network connection.  So in this case, when we try to make network connection either the applet jnlp file or applet resource, ignore the failed network connection to the resource and continue to launch using cached resources.
                                     
2008-11-18
EVALUATION

fix in 6u12 b01
                                     
2008-10-28



Hardware and Software, Engineered to Work Together