The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark ""MANIFEST.MF", what Watch ""MANIFEST.MF", what New topic
Author

"MANIFEST.MF", what's it?

zeeman zheng
Greenhorn

Joined: Jun 01, 2001
Posts: 4
Dear All,
There is a file named "manifest.mf" located in "Meta-inf" directory, could anyone tell me what's this file? Is it useful?
Thanks.
zeeman
Rick Fortier
Ranch Hand

Joined: Jun 04, 2001
Posts: 147
It is useful when you want to execute a jar. It tells java which class has "main" in it. Read the jar documentation.
 
IntelliJ Java IDE
 
subject: "MANIFEST.MF", what's it?
 
Threads others viewed
How to wrap up .class file
List resources in a jar
Cannot Find class
Add Manifest to Jar
set classpath in Manifest file?
IntelliJ Java IDE