2012年2月14日星期二

java - Adding 3rd party jars to WEB-INF/lib automatically using eclipse/tomcat - Stack Overflow

java - Adding 3rd party jars to WEB-INF/lib automatically using eclipse/tomcat - Stack Overflow


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.

没有评论: