Is there any way I can make an executable .jar that will open up the command line when double clicked?
I\'m making a text-based adventure game. As of right now it is
If you want full control, you can implement a Console window in Swing which does what you have now.
If you cannot open said window (if headless) or the user asks for it on the command line, then just default to your current behaviour.