Packaging JARs in Eclipse

I currently use the Eclipse SDK and I have a project that is using an external JAR to perform operations.

My question is how I can package that JAR so that it will work when I export this code to a JAR of its own.

In the end, I would like to have one file I can execute (a JAR) and have my application run... however right now it cannot because it can't run any of the classes in the JAR library I am using.

Can anyone tell me how to export a JAR in Eclipse, and keep this other JAR inside it?

[519 byte] By [wspnuta] at [2007-10-3 2:18:41]
# 1
I'd even appreciate any tips to do this by hand...worst comes to worse I guess I can use an installer =/ But I'm *really* trying to avoid that.
wspnuta at 2007-7-14 19:17:35 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...