Adding 3rd party jars to WEB-INF/lib automatically using Eclipse/Tomcat

Here are the instructions for Helios. For earlier releases, see SeanA’s answer.

  1. Project Properties -> Deployment Assembly
  2. Add -> Java Build Path Entries
  3. You should now see the list of libraries on your build path that you can specify for inclusion into your finished WAR.
  4. Select the ones you want and hit Finish.

Leave a Comment