when we do "add external jar" in eclipse's build path ....does the
external jar files comes into my web application project ? For
example, i have my web application (jsp+servlet etc ) in c:\myweb
project ......i have added some external jar files in eclipse "java
build path" for compilation .
does these external jar files becomes a part of my application ? do
they copied into my application automatically when i "add external
jar" in eclipse "java build path" ?
Lew - 14 Jun 2007 15:09 GMT
> when we do "add external jar" in eclipse's build path ....does the
> external jar files comes into my web application project ? For
[quoted text clipped - 5 lines]
> they copied into my application automatically when i "add external
> jar" in eclipse "java build path" ?
Have you tried viewing the contents of the generated WAR (...) file?
Look in the project's WEB-INF/lib/ directory inside the deployment jar.

Signature
Lew