[jboss-user] [JBoss Getting Started Documentation] - Re: libs within EAR are not recognized

PeterJ do-not-reply at jboss.com
Mon Jul 17 11:29:14 EDT 2006


I don't use the Manifest.mf to locate the jars.  Instead, I have them listed in the META-INF/application.xml file:

<application ...>
  |   <module>
  |     <java>lib/jar1.jar</java>
  |   </module>
  |   <module>
  |     <java>lib/jar2.jar</java>
  |   </module>
  |   ...
  | </application>

It works for me.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958506#3958506

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958506



More information about the jboss-user mailing list