>I'm about to switch kernels, primarily because the jni isn't working
>properly with my current configuration (I'm currently still using a
>libc5 kernel).  Which kernel is most likely to work well with  JDK
>1.1.7, particularly  with the jni?
>
>Also, might native threads help the jni?

I've just been through this.  I've had success with Red Hat 5.2 (glibc),
however, you may not need to swith kernels.  I had to go to native threads
and set the environment variable LD_PRELOAD=path_to_native_threads/libjava.so
to get jni fully working with my stuff.  Then everything just worked and
I'm doing some truly evil things like initializing a JVM using C from Python.

Hopes this helps and thanks to all who helped me with similar questions,

Craig



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

Reply via email to