Is it possible to specify a Java classpath that includes a JAR file contained within another JAR file?
classpath
You need to build a custom class-loader to do this or a third-party library that supports this. Your best bet is to extract the jar from the runtime and add them to the classpath (or have them already added to the classpath).