Load jreReleaseList here

This commit is contained in:
Duy Tran Khanh 2021-06-12 05:00:57 +07:00 committed by GitHub
parent 63ddde53ae
commit a2fd82979e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,6 +284,7 @@ public class JavaGUILauncherActivity extends LoggableActivity implements View.On
public int launchJavaRuntime(File modFile, String javaArgs) {
JREUtils.redirectAndPrintJRELog(this, null);
jreReleaseList = JREUtils.readJREReleaseProperties();
try {
List<String> javaArgList = new ArrayList<String>();