On Sat, Apr 12, 2008 at 10:22 AM, Stephen Colebourne <[EMAIL PROTECTED]> wrote: > I believe that this is a Java 1.4 specific method. Are we OK with that?
Yes the current trunk requires a minimum of JDK 1.5 Niall > Stephen > > > [EMAIL PROTECTED] wrote: > > > - urls[i] = files[i].toURL(); > > + urls[i] = files[i].toURI().toURL(); > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
