RFR: 8285445: cannot open file "NUL:"

David M. Lloyd duke at openjdk.java.net
Sat Apr 23 12:38:27 UTC 2022


On Sat, 23 Apr 2022 01:11:56 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Change the default value of the `jdk.io.File.enableADS` property to `true`.

FWIW we fixed the same problem by simply using `NUL` instead of `NUL:`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8373


More information about the core-libs-dev mailing list