I want to reference a jar file in fixed location for use by multiple executable jars rather than include that jar in each of the executables. I have the following setup whic
Class-Path attribute is interpreted as a list of URLs, so, to use an absolute path (represented with a URL here), it should start with schema and use forward slashes.