How-to articles, tricks, and solutions about MANIFEST
Can't execute jar- file: "no main manifest attribute"
The "no main manifest attribute" error is usually caused by a missing or incorrect Main-Class attribute in the manifest file of a Java .jar file.