FULL PRODUCT VERSION : java version "1.6.0_01-ea" Java(TM) SE Runtime Environment (build 1.6.0_01-ea-b01) Java HotSpot(TM) Client VM (build 1.6.0_01-ea-b01, mixed mode) ADDITIONAL OS VERSION INFORMATION : Microsoft Windows XP [Version 5.1.2600] A DESCRIPTION OF THE PROBLEM : I install a Web Start application using an alternative codebase - as per the Web Start FAQ - using the command: C:\Progra~1\Java\jre1.6.0_01\bin\javaws.exe -import virtualstage/virtualstage.jnlp -codebase file:./virtualstage The application installs correctly, appears in the Java Web Cache and an icon appears on the desktop. However, when I try to run the program, it pops up a dialog saying: The application has requested to go online. Do you want to continue? If I am online, it will download the entire application. If I am offline, it will fail. The message in the console is that it cannot find the jnlp file (with the full URL). It is as though, the JNLP file imported with the alternative codebase is not recognised as being the one for the application. This is a regression because it was working in Java 5 (1.5). STEPS TO FOLLOW TO REPRODUCE THE PROBLEM : Create an application. Install it using an alternative codebase. Try to run it. (I can provide files if helpful - contact me by email) EXPECTED VERSUS ACTUAL BEHAVIOR : EXPECTED - I would expect the program to launch successfully. ACTUAL - It pops up a dialog saying: The application has requested to go online. Do you want to continue? If I am online, it will download the entire application. If I am offline, it will fail. The message in the console is that it cannot find the jnlp file (with the full URL) REPRODUCIBILITY : This bug can be reproduced always. CUSTOMER SUBMITTED WORKAROUND : None. Simply cannot launch the application imported in this way (unlike in 1.5) Release Regression From : 5.0u9 The above release value was the last known release where this bug was not reproducible. Since then there has been a regression.
|