Group PJ_JNI
- group PJ_JNI
Functionalities specific to JNI. Currently only implemented on Android OS, but may be extended to other platforms in the future.
Functions
-
void pj_jni_set_jvm(void *jvm)
Set the Java Virtual Machine environment variable. Note that applications typically do not need to call this function unless PJ_JNI_HAS_JNI_ONLOAD is disabled.
- Parameters:
jvm – The Java Virtual Machine environment.
-
void pj_jni_set_jvm(void *jvm)