mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 01:27:02 -04:00
Replace execute binary with 'JNI_CreateJavaVM'
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user