[jboss-user] [Beginners Corner] - Re: Application's CLASSPATH

jaikiran do-not-reply at jboss.com
Fri Aug 18 09:01:06 EDT 2006


You can place the funnyUtility.jar inside your myApp.ear. After placing it in the .ear file, to make it available in the classpath, you will have to add an entry in the application.xml file present in your myApp.ear/META-INF directory. The entry will be as follows:

<module>
  | <java>funnyUtility.jar</java>
  | </module>



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

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



More information about the jboss-user mailing list