I\'d like to make \"double-click\" cli application but still don\'t get how.
I know I should propably somehow edit manifest but that is all. I googled ofc. but no success.
T
It's easier to make a .exe from a .jar without netbeans.
Here are my suggestions:
1. Use a special application for this(ex: JSmooth, JEXECreator etc)
2. Make a C++ program that starts a JVM (see this tutorial)