When we use Hibernate, struts ou JSTL capabilities with a web aplication MyEclipse import all the necessary librarys and put then in the root location of the project instead of /lib. I know that after deploy, all that jar’s will be placed in the correct locarion: /lib, the problem is that when myeclipse import’s all that librarys to the root of project cause a dificult to organize and visualize the components of project. How to organize this situation? How config myeclipse to organize the jar’s files in the lib folder?
Thanks in advance