]> git.sven.stormbind.net Git - sven/java-package.git/commit
adjust binary path within the JDK for java and friends
authorSven Hoexter <sven@stormbind.net>
Sun, 26 Nov 2017 12:11:24 +0000 (13:11 +0100)
committerSven Hoexter <sven@stormbind.net>
Sun, 26 Nov 2017 12:11:24 +0000 (13:11 +0100)
commitebd37f4a516cf757659c8970fcc1785f366efa8d
tree3302970d9359642e521532bd778756028b5fbb16
parent2e7e63b3a3965e412d6bb3ef22c91287b7323232
adjust binary path within the JDK for java and friends

In the past we had <your-jdk>/jre/bin now we've just
<your-jdk>/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".
lib/oracle-jdk.sh