Bug 18179

Summary: Incorrect url reported when using the applet launcher plugin
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: critical    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: Other   
OS: other   
Whiteboard:

Description Olivier Thomann CLA 2002-05-29 10:48:52 EDT
Using the applet plugin (unsure on which platform), this error is reported:
URL incorrect : 
"file:/usr/eclipse/workspace/JMFCheck/out/JMFCheck1022622351242.html" ( no protocol: 
"file:/usr/eclipse/workspace/JMFCheck/out/JMFCheck1022622351242.html" )

It should 
be:
URL incorrect : 
file://usr/eclipse/workspace/JMFCheck/out/JMFCheck1022622351242.html

There is a 
missing / after file:
Comment 1 Olivier Thomann CLA 2002-05-29 10:50:25 EDT
Please update this PR with platform, build number and VM version.
Thanks for the report.
Comment 2 Olivier Thomann CLA 2002-05-30 18:24:22 EDT
This should be fixed with the version 0530.
Comment 3 David Audel CLA 2002-06-14 08:02:32 EDT
Verified.