|
If you run it on the cli, you'd need to add the classpath to point to where it loads the appropriate classes.
If you're using an IDE, then you'll have a console output as well as the gui available. You can simply add the System.err.println or just an exceptionvar.printStackTrace(); (usually just ex.printStackTrace()) to add the trace.
|