• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What is manifest file?

 
Ranch Hand
Posts: 66
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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)
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic