mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
Move jreReleaseList here
This commit is contained in:
parent
127bddd24a
commit
1484a80572
1 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ import org.lwjgl.glfw.*;
|
||||||
|
|
||||||
public class BaseMainActivity extends LoggableActivity {
|
public class BaseMainActivity extends LoggableActivity {
|
||||||
public static volatile ClipboardManager GLOBAL_CLIPBOARD;
|
public static volatile ClipboardManager GLOBAL_CLIPBOARD;
|
||||||
|
public Map<String, String> jreReleaseList;
|
||||||
|
|
||||||
public static final String initText = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ";
|
public static final String initText = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA ";
|
||||||
volatile public static boolean isInputStackCall;
|
volatile public static boolean isInputStackCall;
|
||||||
|
|
@ -895,7 +896,7 @@ public class BaseMainActivity extends LoggableActivity {
|
||||||
appendlnToLog("--------- beggining with launcher debug");
|
appendlnToLog("--------- beggining with launcher debug");
|
||||||
checkLWJGL3Installed();
|
checkLWJGL3Installed();
|
||||||
|
|
||||||
Map<String, String> jreReleaseList = JREUtils.readJREReleaseProperties();
|
jreReleaseList = JREUtils.readJREReleaseProperties();
|
||||||
JREUtils.checkJavaArchitecture(this, jreReleaseList.get("OS_ARCH"));
|
JREUtils.checkJavaArchitecture(this, jreReleaseList.get("OS_ARCH"));
|
||||||
checkJavaArgsIsLaunchable(jreReleaseList.get("JAVA_VERSION"));
|
checkJavaArgsIsLaunchable(jreReleaseList.get("JAVA_VERSION"));
|
||||||
// appendlnToLog("Info: Custom Java arguments: \"" + LauncherPreferences.PREF_CUSTOM_JAVA_ARGS + "\"");
|
// appendlnToLog("Info: Custom Java arguments: \"" + LauncherPreferences.PREF_CUSTOM_JAVA_ARGS + "\"");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue