I think it should be :

public class JesktopURLClassLoader extends URLClassLoader {
protected JesktopURLClassLoader(final URL[] urls) {
super(urls, JesktopURLClassLoader.class.getClassLoader(), Phoenix.getURLStreamHandlerFactory());
}
}

I can confirm that that fixes the bug I have.


I had to add...

   URLStreamHandlerFactory getDefaultURLStreamHandlerFactory();

.. to BlockContext to get it working. I have not comitted any changes, because I think this needs discussion.

Regards,

- Paul H


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to