mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 12:30:11 -07:00
Changes
- [Default JVM args] Set user.home to fix crash of mods or hacked clients. - [Mod installer] fix
This commit is contained in:
parent
21e0c01a63
commit
7ef8526c91
2 changed files with 5 additions and 5 deletions
|
|
@ -128,6 +128,7 @@ public final class Tools
|
|||
overrideableArgList.add("-Djava.home=" + Tools.homeJreDir);
|
||||
overrideableArgList.add("-Djava.io.tmpdir=" + ctx.getCacheDir().getAbsolutePath());
|
||||
// overrideableArgList.add("-Djava.library.path=" + JREUtils.LD_LIBRARY_PATH);
|
||||
overrideableArgList.add("-Duser.home=" + new File(Tools.MAIN_PATH).getParent());
|
||||
|
||||
// Should be compatible?
|
||||
// overrideableArgList.add("-Dos.name=Android");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue