12:39 pm - banana - JNI again I found my problem. I was, of course, making a basic error in the C code when calling JNI functions: I didn't notice that I was using a class pointer where I should have been using an object pointer. The C compiler didn't spot it either. 8~(