Hi!

Andy Abate wrote:
>    Did you set the URL to be something like "jar:file://myfile.jar"? I am
> working on exactly this sort of thing (to show load progress for a
> commercial application) and it is working fine for me. I subclassed
> URLClassLoader to ensure the URL I created had the jar: on it.

I could get this to work for classes, but not resources. I.e.
cl.loadClass() is ok (doesn't lock jar), but cl.findResource() locks it.
Any idea?

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com

Reply via email to