Set up an Eclipse Dynamic Web Project referencing another project

后端 未结 2 648
抹茶落季
抹茶落季 2020-12-18 05:29

I\'ve got a simple Dynamic Web project set up in Eclipse 3.6 Helios, but am having trouble getting it to make use of the code in another project that I\'ve got.

I\'v

相关标签:
2条回答
  • 2020-12-18 06:01

    Use some build tool like ANT or Ivy or Maven that, on build, copies all the dependencies to WEB-INF/lib

    Using a build tool is a good practice to automate build, test and deployment. You may also be interested in plug-ins like Maven Reactor.

    0 讨论(0)
  • 2020-12-18 06:13

    What goes in the deployment is determined not by the build path but by the Deployment Assembly entry in Preferences for the dynamic web project.

    0 讨论(0)
提交回复
热议问题