MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / create_java_vm

Function create_java_vm

rust/src/api_tweaks/mod.rs:35–37  ·  view source on GitHub ↗
(pvm: *mut *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void)

Source from the content-addressed store, hash-verified

33
34#[cfg(all(not(feature = "no-runtime-libloading"), not(target_os = "android")))]
35pub fn create_java_vm(pvm: *mut *mut JavaVM, penv: *mut *mut c_void, args: *mut c_void) -> jint {
36 generic::create_java_vm(pvm, penv, args)
37}
38
39#[cfg(all(not(feature = "no-runtime-libloading"), not(target_os = "android")))]
40pub fn find_class(env: *mut JNIEnv, classname: &str) -> errors::Result<jclass> {

Callers 1

create_jvmMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected