简体   繁体   中英

How to group library jars under WEB-INF/lib in a web application using eclipse ide

until now am copying all of my dependency jars to WEB-INF/lib folder for web applications developing in eclipse, its complicated to identify those jars when it is more numbers. for example in an application with struts and hibernate frame works i am copying all jars of struts (more than 60 jars) and of hibernate (more than 15) directly to lib folder.

Question is : How i could group those jars as libraries under WEB-INF/lib folder ?

If it's just to keep an overview of all your libraries, you could consider organising them into User Libraries .

Another option (not for everyone) would be to have separate projects for each set of libraries (of course they'd need to export those and be included in dependent projects).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM