I have 3 GUI forms
- main1.java
- main2.java
- main3.java
with main methods. One in package1 other two are in package2.
I have set the package1.main1 as main class in project configuration. After clean build, when I sent my .jar file to my friend, it shows an error- couldn't find main class. I checked in the manifest file, it seems all correct and also there is not package2 inside the jar.
Please help me to fix this.
FYI, I'm using netbeans7.2
package2inside the jar'. It should be present if there is a dependancy. – mtk Nov 20 '12 at 7:11