Including java libraries to Tomcat inside Eclipse

Posted by Aliens on Stack Overflow See other posts from Stack Overflow or by Aliens
Published on 2010-05-22T23:46:12Z Indexed on 2010/05/22 23:50 UTC
Read the original article Hit count: 186

Filed under:
|
|
|
|

I am running Eclipse with Tomcat 5.5.

My dynamic web site project includes some JAVA code that needs external jar files. Where should I place those jar files so Apache will not giving me errors such as java.lang.ClassNotFoundException ?

Thanks on this.

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse