SyntaxFix
Write A Post
Hire A Developer
Questions
You need to unzip it and check its META-INF/MANIFEST.MF file, e.g.
META-INF/MANIFEST.MF
unzip -p file.jar | head
or more specific:
unzip -p file.jar META-INF/MANIFEST.MF