classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Proposed patch: gnu.java.net.protocol.file.Handler


From: Jeroen Frijters
Subject: RE: Proposed patch: gnu.java.net.protocol.file.Handler
Date: Wed, 21 Jan 2004 11:57:40 +0100

Michael Koch wrote:
> On Wed, Jan 21, 2004 at 11:23:25AM +0100, Jeroen Frijters wrote:
> > Hi,
> > 
> > Attached is a proposed patch to fix relative file urls 
> ("file:foodir").
> > 
> > I would appreciate it, if someone could review it.
> 
> Do you have special testcase for this ?

The following code failed (given a directory "foo" containing a footest
class):

URLClassLoader l = new URLClassLoader(new URL[] { new URL("file:foo/")
});
l.loadClass("footest");

Regards,
Jeroen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]