I have a JNI native function which returns a jobject. Under some circumstances
it needs to return a (Java) null value. How do I do that?
I couldn't find any doc about that, and I am unsure about returning (C) NULL
since this is what is used when an exception occur.
--
Olivier
Okay, thanks!
--
Olivier