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]

Reply via email to