I have a JAR file that contains an application as well as configuration files for that application. The application loads configuration files from the classpath (using
It may not be possible using just the CLASSPATH. There are ways to get make the call to ClassLoader.getResource() use a static path to find the resource. If it is doing that, it is bypassing the CLASSPATH.