new_jvm

Function new_jvm 

Source
pub fn new_jvm(
    classpath_entries: Vec<ClasspathEntry<'_>>,
    java_opts: Vec<JavaOpt<'_>>,
) -> Result<Jvm>
Expand description

Creates a new JVM, using the provided classpath entries and JVM arguments