Failed to load Main-Class manifest attribute from IWS.jar
I have a problem that when I click the IWS.jar in dist folder, there is an error
"Failed to load Main-Class manifest attribute from IWS.jar"
i have search in internet with same case, they said to add a line
"Main-Class: summary" in manifest.mf, so i have extract the .jar
and open the manifest.mf file, but it said that main class will add automatically
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.5.0_06-b05 (Sun Microsystems Inc.)
X-COMMENT: Main-Class will be added automatically by build
I am using Netbeans1.4 and jdk1.5.0_06 to create java application.
How should I fix it?
Thanks

