Archives
Manifest file is a part of Java Archive(JAR) files. This file is a metadata file hat provides information about respective JAR file. If the JAR file is a standalone executable then main class is defined in manifest file. Manifest file can be located with the name META-INF/MANIFEST.MF. Whenever we create a JAR file, Manifest file [...]
Feb 23rd, 2011 | Filed under Build & Release

