}
}
if (isLoadedFromJar()) {
File stdErrFile = new File(System.getProperty("java.io.tmpdir"), "jclasslib_error.log");
PrintStream err = new PrintStream(new BufferedOutputStream(new LazyFileOutputStream(stdErrFile.getPath())), true);
System.setErr(err);
}
StartupNotification.registerStartupListener(new StartupNotification.Listener() {
@Override
public void startupPerformed(String argLine) {