From: Sven Hoexter Date: Sun, 26 Nov 2017 12:11:24 +0000 (+0100) Subject: adjust binary path within the JDK for java and friends X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=ebd37f4a516cf757659c8970fcc1785f366efa8d;hp=ebd37f4a516cf757659c8970fcc1785f366efa8d;p=sven%2Fjava-package.git adjust binary path within the JDK for java and friends In the past we had /jre/bin now we've just /bin. Adjust all some functions to use a newly introduced variable $j2se_binary_subdir which carries the old diretory "/jre/bin" as default if undefined. Defined for JDK 9 as just "/bin". ---