mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Prints LD_LIBRARY_PATH
This commit is contained in:
parent
233d82cba4
commit
b18dc9b6da
@ -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…
x
Reference in New Issue
Block a user