Jaring a jar

Hi java people!

I want to use an external library in the form of a .jar, but I'd like the final executable jar to be a single file. I know that I can add the .jar to the Class-Path in the manifest, but that references the parent directory of my own jar. Is there any way to use a jar in a jar from a jar?

[318 byte] By [SquintyEyedDouga] at [2007-11-27 4:29:58]
# 1
You mean the jar that you need is actually embedded in another jar file?
Budyanto.Himawana at 2007-7-12 9:39:08 > top of Java-index,Java Essentials,New To Java...
# 2
Not in "official" Java. There are 3rd party products that say they can.
ChuckBinga at 2007-7-12 9:39:08 > top of Java-index,Java Essentials,New To Java...