kaffe as a library
Per Bothner
bothner at cygnus.com
Fri Aug 21 21:20:24 PDT 1998
>> is it possible to run kaffe as a library, would it be possible or is it
>> planned ?
> Sure, this is required by JNI!
Where? JNI an interface for C or C++ functions called as native methods
from a Java VM. It provides *no* way for C or C++ functions to start up
a Java VM, or to call Java methods from C/C++ functions unless those
functions were called from a Java thread. At least, I don't know of
any way.
--Per Bothner
Cygnus Solutions bothner at cygnus.com http://www.cygnus.com/~bothner
More information about the kaffe
mailing list