RFR: 8257924: Use full path when running external executable from jpackage

Andy Herrick herrick at openjdk.java.net
Wed Dec 9 18:27:41 UTC 2020


On Wed, 9 Dec 2020 08:05:17 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

> Changed all external executables to run via full path to avoid potential issues.

as long as your sure these are always in /usr/bin this is fine.
If there is any chance of them being somewhere else instead we need a findTool type mechanism

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

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


More information about the core-libs-dev mailing list