My program is a small command line based game. If I export it as a runnable .jar, everything works great, but starting the application is inconvenient. When you just click on the .jar, nothing happens. You have to open in via the console with "java -jar XXX.jar"-command.
Is there any solution that the user only has to click the .jar, and then a console pops up and the program starts?
I thought about wrapping the .jar into an .exe, but I have no experience with this, and do not know how it's done or which program to use for this.
Thanks in advance!
Philipp