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
_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath