Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problem with rundll32 url.dll,FileProtocolHandler

843798Mar 6 2009
Hi,

I am trying to open an url like:file:///C:/a.html#ABC_DEF
with rundll32 url.dll,FileProtocolHandler but not opening.
If I try :file:///C:/a.html is just working fine.

What could be the problem?
my lunch command string is like below:
String launchCommand = "rundll32 url.dll,FileProtocolHandler " + filePath;

I tried with replacing # with %23 ( file:///C:/a.html%23ABC_DEF ),still of no use.
Please do reply m new to this forum.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 3 2009
Added on Mar 6 2009
0 comments
1,133 views