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 am trying to deploy EJB project to Weblogic from MyEclipse. It is deploying only the code that I developed , Other Dependent jar’s in my build path are not going into deployment directory and thus I am getting No ClassFound Exception. How do I add dependent jars in Exploded deployment.
Snippet from the EJB quickstart guide under our Documentation section:
This section describes working with EJB applications that consists of an EJB Project and additional Java projects. Please note that if your EJB Project depends upon 3rd party Jars then you must use an Enterprise Project to incorporate the EJB Project and the 3rd party libraries into a single Enterprise Archive (EAR) deployment unit. To learn more about Enterprise Projects and EAR deployment visit the EAR Project Development Quickstart.