"John Keiser" <[EMAIL PROTECTED]> writes:
> 
>     I thought that the stubs requirement had gone away with the introduction
> of the FFI lib ... but now I am trying to test the Japhar / Classpath
> integration, and I am getting "stub not found" errors.  I don't know how to
> do this stub stuff, so any hints on (a) making the japhar -stubs stuff work,
> and (b) editing the langStubs.c file, or (c) some way to not need the damned
> things altogether :)

FFI has problems with certain types (most notably jlong -- 64bit
integers) - I get crashes when I turn it on.

I recently put all the stuff in to use libffi instead of the stubs,
but I haven't turned it on yet -- look in libruntime/nativeglue.c.

Chris

Reply via email to