JNIEnv
( aka const struct JNINativeInterface*
, defined in jni.h
) provides a rich interface for accessing Java variables and methods in C/C++. All interfaces are members of struct.JNINativeInterface
. You can read jni.h
for more details.
About 2 minAbout 456 words