This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regression in GCJ 3.3 in parsing property files


"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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]