What is MANIFEST.MF?
MANIFEST.MF is a metadata file stored inside META-INF. It can include Main-Class and other useful information.
Steps
- Open the JAR file.
- Open the META-INF folder.
- Tap MANIFEST.MF.
- Read the manifest fields.
Find Main-Class, Manifest-Version and Created-By metadata in a JAR archive.
MANIFEST.MF is a metadata file stored inside META-INF. It can include Main-Class and other useful information.