ECLIPSE question

hi, does anyone know if there is a way to get ECLIPSE to generate

a jar file with all my dependencies?

for instance, say i have classes:

pack1.pack2.myClass.class

pack3.myClass2.class

pack4.pack5.pack6.pack7.myClass3.class

is there a way to get eclipse to pack these into a jar file automatically

and preserve the packaging so that I could run, say, myClass3 right

away (assuming that myClass3 depends on myClass2 and myClass)

is there any way to do this? thanks!

[524 byte] By [pnandrusa] at [2007-10-2 4:58:38]
# 1
Right click the project name, choose Export, then JAR file.
Dick_Adamsa at 2007-7-16 1:02:46 > top of Java-index,Java Essentials,Java Programming...