[Advanced-java] URL & protocol

Marco Ferretti marco.ferretti at jrc.it
Wed Jul 2 16:46:20 2003


Hi there, it's me again...=0D
I have a question that concerns the URL class and the protocol.=0D
=0D
Suppose I want to open an URL to get a file on the hard disk...=0D
I supposed the protocol would be "file://"=0D
I tried to open a file in mozilla and what I get is file:///=0D
Ie doesn't even show the protocol. =0D
A component I found on the net opens it with "file:/"=0D
 Now I am a little bit confused ...=0D
I checked out the api guide to get infos and it redirected me to=20
http://archive.ncsa.uiuc.edu/SDG/Software/Mosaic/Demo/url-primer.html  wh=
ich
doesn't say much concerning to my problem.=0D
=0D
Do anyone of you can point me somewhere please ?