Class-Path (in jar file) semantics different between Java 11 and 13 (on Windows)?
Brent Christian
brent.christian at oracle.com
Fri Nov 22 19:42:13 UTC 2019
Hi, Jaikiran
On 11/18/2019 7:56 AM, Jaikiran Pai wrote:
> The actual code which does this construction, resides here[2] .
I see at [3] that '/' is prepended to the path. As Alan suggested [4],
prepending with "file:/" ought to get it working.
-Brent
2.
https://github.com/quarkusio/quarkus/blob/master/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java#L390
3.
https://github.com/quarkusio/quarkus/blob/master/devtools/maven/src/main/java/io/quarkus/maven/DevMojo.java#L393
4.
https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-November/063552.html
More information about the core-libs-dev
mailing list