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
Or you can provide a .sh .bat that will open a terminal and call your java in it.