Regression in GCJ 3.3 in parsing property files
Brian Jones
cbj@gnu.org
Tue Feb 18 13:58:00 GMT 2003
"Ranjit Mathew" <rmathew4lists@hotmail.com> writes:
> A little bit of investigation reveals that it happens in a call
> to java.net.URLStreamHandler.parseURL( ) within the
> java.net.URL(URL, String, URLStreamHandler) constructor.
> The VMClassLoader has only "file:.\" as the base URL for
> searching the file "build.properties".
> (Note that File.separator is "\" on Windows.)
You're probably right with regards to the problem. Sometimes I think
it is easier to just use '/' on Windows than '\\'. Of course MacOS is
weird in their own way on this but OSX presumably is UNIX-style.
Brian
--
Brian Jones <cbj@gnu.org>
More information about the Java
mailing list