Packing Jars

Hi ,I have jar file named myJar.jar which contain the classes. In these classes i use some other libraries like util1.jar, util2.jar, util3.jar etc.How should i pack my myJar.jar. Please help me. Thanks in advance.
[235 byte] By [satyaprakashkampallia] at [2007-11-27 8:25:15]
# 1
HiWhat exactly do u mean by pack?You want to make a Zip file out of the jar?
monk3ya at 2007-7-12 20:14:29 > top of Java-index,Java Essentials,Java Programming...
# 2
Packing means creating a jar which is execuitable and contain other jar files which i name util1.jar,util2.jar etc.
satyaprakashkampallia at 2007-7-12 20:14:29 > top of Java-index,Java Essentials,Java Programming...
# 3
U failed to mention the executable part in you OP, ; ) http://forum.java.sun.com/thread.jspa?threadID=550714&messageID=2689938HTH:P
monk3ya at 2007-7-12 20:14:29 > top of Java-index,Java Essentials,Java Programming...
# 4
> Packing means creating a jar which is execuitable and> contain other jar files which i name> util1.jar,util2.jar etc.jars cannot be nested.
jwentinga at 2007-7-12 20:14:29 > top of Java-index,Java Essentials,Java Programming...