I have a runnable jar with two jars in the Class-Path entry of its manifest file:
Class-Path: module1-0.0.1-SNAPSHOT.jar base-0.0.1-SNAPSHOT.jar Main-Class:
I think you will need to use the Manifest class to read in the MANIFEST.MF file and extract the Class-Path attribute using that class