mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-28 05:45:03 -06:00
Prints LD_LIBRARY_PATH
This commit is contained in:
parent
233d82cba4
commit
b18dc9b6da
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ public final class Tools
|
|||
|
||||
public static void launchJavaVM(final LoggableActivity ctx, final List<String> args) throws Throwable {
|
||||
JREUtils.relocateLibPath(ctx);
|
||||
ctx.appendlnToLog("LD_LIBRARY_PATH = " + JREUtils.LD_LIBRARY_PATH);
|
||||
|
||||
List<String> javaArgList = new ArrayList<String>();
|
||||
javaArgList.add(Tools.homeJreDir + "/bin/java");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue