Wrong Manifest.mf in IntelliJ IDEA created .jar

105 down vote accepted
 

I had the same problem.

Make sure your MANIFEST.MF is in:

src/main/resources/META_INF/

NOT

src/main/java/META_INF/ 


来自:http://stackoverflow.com/questions/20952713/wrong-manifest-mf-in-intellij-idea-created-jar

你可能感兴趣的:(Wrong Manifest.mf in IntelliJ IDEA created .jar)