JNI general rules
Hello there,
I am using the JNI to access a library written in c. And i just have two small questions.
If i give my JNI method arguments such as a jint do i have to explicitly delete this in the c code?
Ok now if my method in c code creates a jintArray do i have to explicitly delete this to?
Basically do i only have to explicitly delete variables if i "bring them in" to the c code. So that would mean i have to explicity delete arguments to my method by not variables created within the c method implementation.
Answers on a postcard.
Message was edited by:
frostywinters
Message was edited by:
frostywinters

