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
in eclipse for my web app to compile, I can add a user defined library to the build path, but at deployment time the jar file will have to be in the WEB-INF/lib directory for it to work on the server.
can eclipse/myEclipse automatically pull in the correct jars at deploy time based on the libraries I’ve defined? This saves having the same jar in the directory structure for multiple projects ..
Yes, it can. Please see the Advanced section of the Working with Web Projects quickstart which details our support for various deployment configurations. The quickstart is available in the application’s help system and on the website here: http://www.myeclipseide.com/images/tutorials/quickstarts/webprojects/