This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes What is manifest file? 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 "What is manifest file?" Watch "What is manifest file?" New topic
Author

What is manifest file?

Suvojit Chakraborty
Ranch Hand

Joined: Nov 10, 2009
Posts: 59
Hi,
I have learned about jar's. I know the basic definition of the manifest file.I know that it gets created automatically and that it stores information like version number etc.
But I want to know following :
1.Is it possible to create manifest file manually, overwriting the default one created automatically?
2.What other information does the manifest file stores?
3.Will it be right to say that it is a metadata of the jar file.
4.What is the exact use of the Manifest file?

Thank you to clear my doubts.

BR
Suvojit
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
Start here: http://java.sun.com/docs/books/tutorial/deployment/jar/index.html (and bookmark the Java Tutorial, it will come in handy many times)


Android appsImageJ pluginsJava web charts
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Please read http://java.sun.com/docs/books/tutorial/deployment/jar/build.html for question 1 and http://java.sun.com/docs/books/tutorial/deployment/jar/manifestindex.html for the rest of your questions.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: What is manifest file?
 
Similar Threads
JbossIDE problem!!
jar
Jars inside one jar?
Classpath - help!
META-INF and manifest questions