Eclipse Web Project Dependencies

  1. Go to web project properties.
  2. Deployment Assembly (Left).
  3. Add > Select project > Select your lib project > Check “Assemble projects into the WEB-INF/lib folder of the web application” if not checked > Finish.
  4. Java Build Path (Left) > Projects Tab > Add… > Select your lib project > OK
  5. Java Build Path (Left) > Order and Export Tab > Select your lib project.
  6. Save
  7. Now it works.

Leave a Comment