Wrong Manifest.mf in IntelliJ IDEA created .jar

I had the same problem.

Make sure your MANIFEST.MF is in:

src/main/resources/META_INF/

NOT

src/main/java/META_INF/

Leave a Comment