-
Bug
-
Resolution: Fixed
-
P3
-
13
-
None
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:/...").
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:/...").
- relates to
-
JDK-8218268 Javac treats Manifest Class-Path entries as Paths instead of URLs
-
- Resolved
-
-
JDK-8211941 Enable checking/ignoring of non-conforming Class-Path entries
-
- Closed
-