The Linux kernel people have long refused to accept modules written
in C++; imagine their chagrin when they find out that modules are
being written in Java !

That being said, it will be interesting to have a FAQ on how to do
this once you adventurous souls have figured everything out.

Alexander

On Wed, Oct 18, 2000 at 03:13:07PM -0500, [EMAIL PROTECTED] wrote:
> Hi,
> 
> I'm trying to use JNI from a kernel module.  One of the first things I have
> to do when the module is initialized is create a JVM, to do this I use the
> JNI_CreateJavaVM method that is #included from jni.h.  Needless to say,
> when I do an insmod I receive:
> 
> CRBD.o: unresolved symbol JNI_CreateJavaVM
> 
> Does anyone have any suggstions for how to do this, or a flat out "you
> cannot do that"?
> 
> Paul Monday
> [EMAIL PROTECTED]
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to