Can someone explain to me what is a manifest file? What is its use? Please give as much info as possible.
Thanks in advance
Cheers!
RSR
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
A manifest is a specially named file inside of a jar file that carries meta-information about the jar file, e.g. which class has the main method in case of applications, and what classpath to use.