RFR: 8257924: Use full path when running external executable from jpackage
Alexey Semenyuk
asemenyuk at openjdk.java.net
Wed Dec 9 18:41:38 UTC 2020
On Wed, 9 Dec 2020 18:06:42 GMT, Andy Herrick <herrick 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
What if users would like to use not the default tools with jpackage?
-------------
PR: https://git.openjdk.java.net/jdk/pull/1710
More information about the core-libs-dev
mailing list