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
I have several projects that are referenced by my web application. Each of those projects reference user libraries and I have set my library policy in my webapp to include Jars in the dependent projects. However, those jars never get deployed with my app.
I never clued into the whole “exported” keyword. When I set my user library to be exported in my dependent project, my jars got included in the deployment.
I finally found the culprit to my problem. One of my dependent projects was marked as a web project. It seems that myEclipse does not export the compiled classes of a dependent web project. I had to remove the web capabilities and then my classes were deployed into my main webapp.