JDK-7072755 : FX javaws apps do not work with "file" protocol
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 7-client
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: generic
  • Submitted: 2011-07-29
  • Updated: 2011-08-02
  • Resolved: 2011-08-02
Related Reports
Duplicate :  
Description
see JIRA RT-153954 - Demos wont launch as webstart link not working.
The problem is the docbase is being passed in from DT as file://c:\foo\bar.html
this is not valid URL in java - need to convert backslashed to forwardslashes.

Comments
EVALUATION real fix - converting docbase of file:// to file:/ was put in as part of implementation of 7072364. closing as dupe
02-08-2011

EVALUATION fix needed in processLaunchPropFile in Main, convert to forward slashes before constructing docBase URL.
29-07-2011