chiark / gitweb /
Merge branch 'auto-detect-java-homes' into 'master'
authorHans-Christoph Steiner <hans@guardianproject.info>
Thu, 11 Feb 2016 20:47:29 +0000 (20:47 +0000)
committerHans-Christoph Steiner <hans@guardianproject.info>
Thu, 11 Feb 2016 20:47:29 +0000 (20:47 +0000)
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


Trivial merge