Hi,
I have a .jar that is application specific, for example funnyUtility.jar. I would like
that jar to be available-visible only to my application myApp, that is myApp.ear. How
should I set the classpath for myApp only?
I know I can do it with JBOSS_CLASSPATH but that is server wide. Right?
Is it correct to do it with
myApp.ear\META-INF\MANIFEST.MF with Class-path=./lib/funnyfUtility.jar?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965848#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...