Posts Tagged ‘ Manifest ’

Reading a Manifest file from Jar file

May 13th, 2009 | By admin | Category: Java

When a JAR file is created, it automatically bundles a default manifest file. There can be only one manifest file in a jar archive, and it always has the path name META-INF/MANIFEST.MF. This post describes , how to read the Manifest.MF file from a Jar file. Have a look at it.