Commit Graph

5 Commits

Author SHA1 Message Date
Filippo Valsorda
245b2732c8 Cleanup path logics with pathExists and binaryExists 2019-06-01 14:55:58 +01:00
Adam Shannon
ea716f38b3 java: don't attempt sudo retry on windows (#85)
* java: don't attempt retry on windows
* docs: mention "Run as Administrator" for windows if needed

Fixes #84
2018-12-22 17:10:28 -05:00
Adam Shannon
438ae98b1c java: don't try to run keytool during check if it's not available (#90)
If JAVA_HOME isn't set then keytoolPath has an invalid path. This means
checkJava() fails and doesn't tell the problem clearly to the user.

Fixes #88
2018-11-26 12:03:40 -05:00
Adam Shannon
4f82e1cf78 java: fix paths for Windows and JRE (#54)
Fixes #53
2018-08-19 15:56:28 -07:00
Adam Shannon
ae768be874 Support installing into Java's root store (#38) 2018-07-30 04:22:27 +02:00