When i created the dynamic web project, i will have 2 folders with name Libraries and lib. So during the project i added .jar files as follows
Build Path --> Configure Build Path--> Libraries (tab) --> Add external JAR's -- > OK
When i do this, it will add files to Libraries, However i would like to add .jar files to lib folder.

I tried copying all .jar files from Libraries to lib, but it says

Copied .jar files directly to lib folder in directory structure, but i doesn’t display in eclipse.

I would appreciate your suggestions and inputs.
Copy jars into
WEB-INF/libdirectory by copying files themselves (not from Libraries in eclipse view) and hit refresh from eclipse, they will appear in theWeb App LibrariesP.S: It is almost always better to use a build tool like maven/ant to manage dependencies