pub fn new_jvm( classpath_entries: Vec<ClasspathEntry<'_>>, java_opts: Vec<JavaOpt<'_>>, ) -> Result<Jvm>
Creates a new JVM, using the provided classpath entries and JVM arguments