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
I found another way ... for example for project myproject with a class foo in package bar :
java -cp myproject.jar; bar.foo