Function get_java_vm

Source
pub fn get_java_vm() -> *mut JavaVM
Expand description

Returns a raw pointer to the JavaVM instance initialized by the JNI layer.

If the JavaVM instance has not been initialized, this returns a null pointer.