Snippets tagged “manifest”
1 snippet uses this tag.
- Can't execute jar- file: "no main manifest attribute"Java
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.