mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
Load jreReleaseList here
This commit is contained in:
parent
63ddde53ae
commit
a2fd82979e
@ -284,6 +284,7 @@ public class JavaGUILauncherActivity extends LoggableActivity implements View.On
|
|||||||
|
|
||||||
public int launchJavaRuntime(File modFile, String javaArgs) {
|
public int launchJavaRuntime(File modFile, String javaArgs) {
|
||||||
JREUtils.redirectAndPrintJRELog(this, null);
|
JREUtils.redirectAndPrintJRELog(this, null);
|
||||||
|
jreReleaseList = JREUtils.readJREReleaseProperties();
|
||||||
try {
|
try {
|
||||||
List<String> javaArgList = new ArrayList<String>();
|
List<String> javaArgList = new ArrayList<String>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user