This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: File.toUrl, is this a bug? persistent
- From: Tom Tromey <tromey at redhat dot com>
- To: Marilen Corciovei <marilen dot corciovei at nemesisit dot ro>
- Cc: java at gcc dot gnu dot org
- Date: 13 Apr 2003 15:58:36 -0600
- Subject: Re: File.toUrl, is this a bug? persistent
- References: <1050189230.416.8.camel@prophet>
- Reply-to: tromey at redhat dot com
>>>>> "Marilen" == Marilen Corciovei <marilen dot corciovei at nemesisit dot ro> writes:
Marilen> While running my application which I finnaly compiled and
Marilen> works 50-60% I found a problem which can be easy replicated
Marilen> using the following piece of code:
What version of gcj are you using?
Thanks for the code. Unfortunately I don't have a Windows build, so I
won't be able to look at this. Maybe you could?
Marilen> If args[0] is a local file I get the following error:
Marilen> java.io.FileNotFoundException: \c:\thisiscool-gcc\examples\reflect\list:
This is a bug in the URL parsing, or a bug when creating the URL?
It would be useful if you could change your program to print the URL
you get. That might give some useful info.
Tom