I am working with a simple Java SE application.
Run from command prompt: java -jar SomeApp.jar
When it generates an exception it is displayed to the window.
Additionally, any system.out messages will also display to the window.
Are these messages logged anywhere, JVM logs etc.,?
