How do I display the Java console?
Posted
by
Brian Knoblauch
on Super User
See other posts from Super User
or by Brian Knoblauch
Published on 2011-10-27T11:53:52Z
Indexed on
2011/11/27
1:53 UTC
Read the original article
Hit count: 147
java
I'm aware of the fact that you can set it to "show" in the Java control panel, but that's not what I'm asking about. I'm curious about the other options... "Do not start" is pretty straightforward, but what about "Hide"? That would seem to imply that it is indeed running. If so, how can I make it show on demand from the hidden state?
Reason: It's annoying to have it open ALL the time, hoping there's a way to (preferably via keystroke) bring it from "hidden" to "shown" state for occasional debugging.
© Super User or respective owner