mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -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) {
|
public int launchJavaRuntime(File modFile, String javaArgs) {
|
||||||
JREUtils.redirectAndPrintJRELog(this, null);
|
JREUtils.redirectAndPrintJRELog(this, null);
|
||||||
jreReleaseList = JREUtils.readJREReleaseProperties();
|
|
||||||
try {
|
try {
|
||||||
|
jreReleaseList = JREUtils.readJREReleaseProperties();
|
||||||
List<String> javaArgList = new ArrayList<String>();
|
List<String> javaArgList = new ArrayList<String>();
|
||||||
|
|
||||||
// Enable Caciocavallo
|
// Enable Caciocavallo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user