Hi all, I got the Inline::Java JNI extension to work under Linux for the first time. All you need to do is use "native threads" instead of "green threads". You do this by putting the proper directories (anything that says 'classic' and 'native_threads' should be used instead of other possibilities) in your LD_LIBRARY_PATH. Cheers, Patrick
