Keep C pointer between JNI Call
Hello everyone,
I'm just starting with JNI.
I'd like to know how to keep C pointer between JNI Call.
So :
I've a C merthod wich create a handle to a specific hardware (a connection).
But i don't want to always recreate such handle, i would like to keep it.
So, what's the solution ? jniEnv pointer ?
Tks.
Regards,
Sebastien Degardin

