'm
back to C socket calls.
Thank you for the responses.
Paul
Joi Ellis <[EMAIL PROTECTED]> on 10/18/2000 05:01:04 PM
To: [EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject: Re: Using JNI from kernel module
On Wed, 18 Oct 2000 [EMAIL PROTECTED] wrote:
> Hi,
>
> I
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, 18 Oct 2000 [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