]> git.sven.stormbind.net Git - sven/java-package.git/commitdiff
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)
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".


No differences found