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!

