Re: [Openjnlp-devel] Lazy jars
Brought to you by:
kherr
From: Kevin H. <ke...@na...> - 2002-05-09 18:21:20
|
On Thursday, May 9, 2002, at 12:05 , Mario Cormier wrote: > I noticed your modifications to handle lazy jars this morning. I must > admit > that was fast work. And it (mostly) works, too! : ) The only > problem I > saw was intermitent but I managed to pinpoint its source: non-class > resources loaded from lazy jars. I think you need to make > modifications to > FileCacheClassLoader.findResource() to wait for lazy jars like you did > in > findClass(). In my application, the problem showed up in various > different Yeah, I just got the background loading and findClass() checking done. I have to work on non-OpenJNLP things during the day and I do need to sleep regularly. I'll get the rest of it done later today/tonight, including the nativelib stuff. I've worked on software that does this kind of thing before, so that's why I was able to get it in there so quickly. I just needed someone to give me a kick in the butt to address the issue. |