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
My web app has a dependency on a dozen or so jar files. These jar files are made available to the Eclipse project via a user defined library. I would expect that MyEclipse would deploy these jars to the WEB_INF/lib folder but his doesn’t happen. Do I have to import each jar file into the webroot/WEB-INF/lib folder to get deployment?
Brandon,
Currently we don’t support deployment of user libs BUT it is an open enhancement that we hope to get to soon (we definately see the value of it). In the mean time, yes your libs should be in the WEB-INF/lib directory OR added as external libs to be deployed.