posted 19 years ago
Hi,
I know that to JAR a single bean component you use a command similiar to (assuming all the component interfaces + bean class are in the com/classes/beans/one directory):
jar cf my_jar_file.jar com/classes/beans/one/*.class META-INF/ejb-jar.xml
However, if I also have another bean component in the directory com/classes/beans/two how can I modify the JAR utility to include this component also?
Thanks