Is it possible to specify a Java classpath that includes a JAR file contained within another JAR file?
classpath
I use maven for my java builds which has a plugin called the maven assembly plugin.
It does what your asking, but like some of the other suggestions describe - essentially exploding all the dependent jars and recombining them into a single jar