mirror of
https://github.com/FranzHaidnor/haidnorJVM.git
synced 2026-03-14 14:13:49 +08:00
update README.md
This commit is contained in:
@@ -58,12 +58,13 @@ public class Main {
|
||||
KlassMethod mainKlassMethod = JavaClassUtil.getMainMethod(mainMeteKlass);
|
||||
Metaspace.registerJavaClass(mainMeteKlass);
|
||||
JavaExecutionEngine.callMainStaticMethod(mainKlassMethod);
|
||||
break;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (cmd.hasOption("class")) {
|
||||
}
|
||||
if (cmd.hasOption("class")) {
|
||||
JvmThreadHolder.set(new JvmThread());
|
||||
String path = cmd.getOptionValue("class");
|
||||
ClassLoader bootClassLoader = new ClassLoader("ApplicationClassLoader");
|
||||
|
||||
Reference in New Issue
Block a user