Is it possible to specify a Java classpath that includes a JAR file contained within another JAR file?
classpath
Not without writing your own class loader. You can add jars to the jar's classpath, but they must be co-located, not contained in the main jar.