I\'m using Eclipse and I need to be able to add Java libraries (JAR files) into my web application\'s WEB-INF/lib folder. How do I achieve this?
WEB-INF/lib
This will ensure all WEB-INF/lib jars are included on the classpath.