Thanks for the replies,
I read deeper and recalled my previous kernel experiences. The simple
answer, as both of you mentioned, is "you can't do that". Basically, you
can only link to functions that are in kernel space, you can't "add"
dependencies except those that are in your module.
The JNI
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_CreateJa