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
Ok with neatbean you can do following steps below: 1. Right click name project choose item Set Configuration and Choose Customize 2. Choose Run and notice Main Class 3. Choose Browse and set class if you want to run. After you click ok. 4. Finish.