This content has been marked as final.
Show 1 reply
-
1. Re: tips: external JAR references from ejb-app-JAR
kamal_tavant Nov 30, 2004 9:20 AM (in response to roberto72)Is there a easier way of doing this for multiple jars without having to enumerate each one of them in the class-path entry.
Something like copying all the jars to
EAR
---lib
common jars
and add
class-path ./lib/
or
class-path ./lib/*.jar
to the ejb.jars manifest.mf. Will this work? or is there some equivalent to this.