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
Maybe you created Java Project with Existing Sources instead of Java Application?
I had similar problem and creating new Java Application and then manually copying src files solved the problem - everything worked "out of the box".