pub fn run(arguments: &Arguments, java_home: &Path) -> Result<Vec<i32>, Error>
Expand description
Launches the Rusty Java Virtual Machine with the given arguments.
This function initializes the JVM, loads the specified main class, and invokes its main
method.
ยงArguments
arguments
- The arguments for the Java program.std_dir
- The path to the standard library directory containing core Java classes.