Relates :
|
|
Relates :
|
Following JDK-8211941, et al, relative URLs that encode an absolute Windows file path (e.g., "/C:/path/to/file.jar") are ignored when used as entries in a JAR's Class-Path attribute. This was discussed on core-libs-dev: https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-November/063491.html A workaround is to use an absolute URL (e.g. "file:/C:/...").
|