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
[Closed]EJB project manifest file doesn’t include class-path
I build a J2EE project using myeclipse and add ejb project into it. And EJB project is depending on a java project, which has all the jars needed for the ejb. When I do the ear export, the ejb jar file’s manifest file does not include the class path to those jars. HELP!!
Yeah, i figure out the issue, the dependend jar’s manufest file will override the ejb module manufest, sounds like funny.
I remove the manufest from dependend jars and it works now.