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?

