I\'m using NetBeans 6.5 and for some reason it won\'t produce executable jar \"out of the box\".
I set my project to be the main project, defined main class in the p
If you clean and build your project it should create the jar in the "dist" directory.
It should create the manifest.mf at the top level of your project directory.