How do you reuse banner sets in Webapp Eclipse?

You can pack sets of cans, for example. all Hibernate dependencies in the user library. In Eclipse, if you go to Project - Properties - Java Build Path - Libraries, you can add your own custom library. But in webapp, you need your banks to copy to WEB-INF / lib. Is there a way to get Eclipse to do this automatically?

+3
source share
1 answer

You can do what you want in the User Library.

  • Add the user library to the project build path.
  • Go to "Project Properties" → "Deploy Assembly" → "Add" → "Java Build Path Entries"
  • .

Eclipse , WEB-INF/lib -. , . WEB-INF/lib .

Eclipse "3.6" Helios. .

+4

All Articles