From: Hans-Christoph Steiner Date: Thu, 11 Feb 2016 20:47:29 +0000 (+0000) Subject: Merge branch 'auto-detect-java-homes' into 'master' X-Git-Tag: 0.6.0~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6fc62fe609229d13e679af6b14aa7aa232113c29;p=fdroidserver.git Merge branch 'auto-detect-java-homes' into 'master' Auto detect java homes There are a wide variety of possible JDKs (OpenJDK, Oracle, OSX, etc.) as well as standard paths for the JDK. This includes code to look in standard paths for various platforms and enumerate the installed JDKs (e.g. 6, 7, 8, 9). That is then used for `JAVA[6-9]_HOME` env vars and the path for `jarsigner` and `keytool`. See merge request !98 --- 6fc62fe609229d13e679af6b14aa7aa232113c29