| Author |
When the Classpaths in MANIFEST.MF file are used
|
Tejas Jain
Ranch Hand
Joined: Mar 04, 2008
Posts: 114
|
|
Do we have to specify the classpaths in MANIFEST.MF file? My server will load all the jar files in the lib directory automatically
w/o using the calsspaths in MANIFEST.MF file.
When and why the Classpaths in MANIFEST.MF file are used? What if there are conflicts between the files list in the classpaths of MANIFEST.MF
and the jars in the lib directory?
|
"Knowing is not enough, you must apply... Willing is not enough, you must do."
--Bruce Lee
|
 |
Pallav Bora
Ranch Hand
Joined: Oct 13, 2009
Posts: 73
|
|
Hi Todd,
I think the following article will answer your questions:
http://java.sun.com/j2ee/verified/packaging.html
Pallav
|
 |
 |
|
|
subject: When the Classpaths in MANIFEST.MF file are used
|
|
|