I'm writing a program with Warework Connected Distribution for PC-MAC that consists of three JARs: one with the Java code of my application, another with the resources of the application and the last one is the Warework JAR.
The JAR with the Java code contains a default configuration while the resources JAR contains the main configuration of the application (used in most cases).
As many resources in both JARs have the same name, how do I tell Warework to load the configuration files from a specific JAR?