aspose file tools
The moose likes Java in General and the fly likes Manifest Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Manifest" Watch "Manifest" New topic
Author

Manifest

rakesh sugirtharaj
Ranch Hand

Joined: Dec 16, 2007
Posts: 151
Hi all,

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
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.

Extensive information is part of the JDK docs.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Manifest
 
Similar Threads
ClassCastException
Why can't run?
Executing a jar file from desktop
jar in Jdk 1.7
Jar files