| 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.
|
 |
 |
|
|
subject: library dependencies in the META-INF/MANIFEST.MF file
|
|
|