Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
How to add jar to web app libraries for a specific project?
You can just copy the jar to the WEB-INF/lib directory of the project.
The jar is automatically added to the project classpath if its a web project.
if its not a web project you can right click on the library and go to “Build Path” -> “Add to Build Path”.
It would nice if these extra web app libraries could be treated like other libraries, i..e appear as a ‘library’ entry on the project ‘Libraries’ list.