I'm writing one EJB (DATBean).This bean needs specific libs "tap.jar,okr.jar"(Should available to only my application) I build ear like this DATEar: DATBean.jar META-INF----application.xml+MANIFEST.MF tap.jar ok.jar
Even though EAR file format for application server is more of Sun Standard Different application servers look at this in a different way. Example Weblogic will put all jars in Ear/App-inf/classes/*.jar in classpath your code might not find jars else where in weblogic.So please check up your server documentation about packaging your application.