Replace execute binary with 'JNI_CreateJavaVM'

This commit is contained in:
khanhduytran0
2020-08-28 14:45:43 +07:00
parent 4918d8d8c4
commit c55cddf6f1
8 changed files with 17 additions and 10 deletions

View File

@@ -4,4 +4,6 @@ public final class VMLauncher {
private VMLauncher() {
}
public static native int launchJVM(String[] args);
public static native int createLaunchMainJVM(String[] vmArgs, String mainClass, String[] mainArgs);
}