Function j4rs::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