RFR: 8250950: Allow per-user and system wide configuration of a jpackaged app

Alexander Matveev almatvee at openjdk.java.net
Sat Jun 4 02:10:29 UTC 2022


On Fri, 3 Jun 2022 21:07:47 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> 8250950: Allow per-user and system wide configuration of a jpackaged app

test/jdk/tools/jpackage/share/PerUserCfgTest.java line 174:

> 172:             action.accept(cmd);
> 173:         } finally {
> 174:             Files.deleteIfExists(targetCfgFile);

Should we delete parent directory as well?

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

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


More information about the core-libs-dev mailing list