Can we pass parameter by address/reference in JNI?
843829Jul 3 2009 — edited Jul 7 2009Hi
I am calling java method from C code.
Java function is returning integer.
I need 3 out parameters.
Can we pass parameter by address/reference when java method is called from C coe, so that value set to these variables in java code will be accessible from C code ?