Apparently jspawnhelper moved.

This commit is contained in:
Michael Bayne
2017-02-14 11:01:44 -08:00
parent 1f0897dacc
commit 4ac9990785
@@ -647,6 +647,7 @@ public abstract class Getdown extends Thread
// these only run on non-Windows platforms, so we use Unix file separators
String localJavaDir = LaunchUtil.LOCAL_JAVA_DIR + "/";
makeExecutable(localJavaDir + "bin/java");
makeExecutable(localJavaDir + "lib/jspawnhelper");
makeExecutable(localJavaDir + "lib/amd64/jspawnhelper");
// lastly regenerate the .jsa dump file that helps Java to start up faster