There was a program that I used that made runnable .jar files.. All the ones I\'m finding now are ones that make .exe files.. I remember it also has the option to make the f
You can create a runnable jar using NetBeans IDE or Eclipse IDE by just proving the Main class to run.Rest of the things it will take automatically.That class must be having a main() method in it.Then you can run that jar file using java -jar yourjarfile.jar