The Java Bin

Thoughts and articles about java technologies.

January 21, 2005

Access the Manfiest File

The manifest file is a file that contains extension and package related data contained within a Jar archive. Strings stored in Manifest.mf can include version and company information, the name of the default main method of an application for executable jar files and secure-digest information. Here is a simple example that illustrates the technique for accessing the data contained in manifest.mf