I'm running a Java application as a jnlp and sometimes, when a problem occurs during startup it will spit something out to the Java Console and close. But it closes so fast that I can't actually see anything at all.
Is there some way to see this log, maybe in a file on disk? Or to avoid the closing of this console window?
Thanks