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 Web Component Certification (SCWCD/OCPJWCD) and the fly likes library dependencies in the META-INF/MANIFEST.MF 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 » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "library dependencies in the META-INF/MANIFEST.MF file" Watch "library dependencies in the META-INF/MANIFEST.MF file" New topic
Author

library dependencies in the META-INF/MANIFEST.MF file

Pawan Arora
Ranch Hand

Joined: Sep 14, 2008
Posts: 105
Hi,

could someone clarify what does library dependences mean in the META-INF.MF file in WAR file?
Harshana Dias
Ranch Hand

Joined: Jun 11, 2007
Posts: 325
It just declare libraries and packages your application needs. so that in compile time you can check whether all libraries and packages are available before running the application.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: library dependencies in the META-INF/MANIFEST.MF file
 
Similar Threads
MANIFEST.MF
WAR file
Mock Test doubts-
tag file doubt (javabeat mock question)
About the position of tld files