|
|
@ -927,6 +927,8 @@ public final class yacy {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public static void main(String args[]) {
|
|
|
|
public static void main(String args[]) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
|
|
|
|
|
|
|
// check assertion status
|
|
|
|
// check assertion status
|
|
|
|
//ClassLoader.getSystemClassLoader().setDefaultAssertionStatus(true);
|
|
|
|
//ClassLoader.getSystemClassLoader().setDefaultAssertionStatus(true);
|
|
|
|
boolean assertionenabled = false;
|
|
|
|
boolean assertionenabled = false;
|
|
|
@ -1018,6 +1020,9 @@ public final class yacy {
|
|
|
|
if (args.length == 1) applicationRoot= new File(args[0]);
|
|
|
|
if (args.length == 1) applicationRoot= new File(args[0]);
|
|
|
|
startup(dataRoot, applicationRoot, startupMemFree, startupMemTotal, false);
|
|
|
|
startup(dataRoot, applicationRoot, startupMemFree, startupMemTotal, false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
} finally {
|
|
|
|
|
|
|
|
Log.shutdown();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|