print stacktrace when unable to load launcher.jar

This commit is contained in:
stefanp 2004-01-05 17:31:09 +00:00
parent 577938a1fa
commit f19623564c

View file

@ -50,6 +50,7 @@ public class Commandline {
main.invoke(null, nargs);
} catch (Exception x) {
// unable to get Helma installation dir from launcher jar
x.printStackTrace();
System.err.println("Unable to get Helma installation directory: ");
System.err.println(x.getMessage());
System.exit(2);