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)
commit6fc62fe609229d13e679af6b14aa7aa232113c29
tree27d7d535fcba4fb98943cc9497a43f9d363f7431
parent1f59d6f0cff9736f2c16cc91e3f9cc911e6eb0fe
parent69c81c38171f659e05f50432278ff29c7be59b7a
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