I'll check.  I have only tested it on Win32 JDK 1.1.6.  What VM are you
using?
        Incidentally, I'm going to make one *final* change to the API in a few
days, if everyone approves ... I'll write it up tonight when I'm off work.
The enhancements will allow the 1.2 stuff to cache things a lot more
efficiently and it will make the API a little simpler to use.
        Another thing I have just recently thought of is, will jnilink ever be able
to do its job?  By the time the class is unloaded, so is its ClassLoader.
Therefore, it's very possible that the class or method couldn't be recreated
if I *wanted* to.  Unless there is a way to recreate the ClassLoader ...
ideas, anyone?
--John Keiser

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Aaron
> M. Renn
> Sent: Thursday, July 16, 1998 7:23 PM
> To: [EMAIL PROTECTED]
> Subject: LINK_LinkClass Bus Error
>
>
> John, I am using your LINK_LinkClass function to cache jclass
> objects and am
> having problems.  The call to NewGlobalRef(env, jclass) is core
> dumping with
> a bus error.  Do you know of any reason why?
>
> --
> *****************************************************
> * Aaron M. Renn                                     *
> * Email: [EMAIL PROTECTED]                      *
> * Homepage: <URL:http://www.urbanophile.com/arenn/> *
> *****************************************************
>
>

Reply via email to