Re: [Openjnlp-devel] FileCacheClassLoader and Native Methods
Brought to you by:
kherr
From: Kevin H. <ke...@na...> - 2001-11-04 05:53:42
|
On Saturday, November 3, 2001, at 11:31 , Doug Zwick wrote: [...] > I've got a Java app (Mac OS9) that uses a JNI library, and I'm trying > to get it to > work with OpenJNLP 0.4. As stated in the doc, this does not work (I'm > getting an [...] > be a problem with the ClassLoader implementation. If this is the case, > is there a > mod I can apply to FileCacheClassLoader so my app can at least start > hobbling along > until native lib support is released? I looked in CVS and didn't see > anything new > since 0.4. You are absolutely correct about this, it is a limitation of OpenJNLP's class loader. This is being added to the next version, which is making progress. There are other things being done as well, the class loader work hasn't started yet. I'd suspect you'll see some class loader changes in CVS this week. |