mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Put readJREReleaseProperties to try catch
This commit is contained in:
parent
6987fafd1a
commit
2f294a9002
@ -284,8 +284,8 @@ public class JavaGUILauncherActivity extends LoggableActivity implements View.On
|
||||
|
||||
public int launchJavaRuntime(File modFile, String javaArgs) {
|
||||
JREUtils.redirectAndPrintJRELog(this, null);
|
||||
jreReleaseList = JREUtils.readJREReleaseProperties();
|
||||
try {
|
||||
jreReleaseList = JREUtils.readJREReleaseProperties();
|
||||
List<String> javaArgList = new ArrayList<String>();
|
||||
|
||||
// Enable Caciocavallo
|
||||
|
Loading…
x
Reference in New Issue
Block a user