boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

Installation through homebrew complains for JAVA, which is already present #505

Closed vjtyagi closed 5 years ago

vjtyagi commented 8 years ago

Installation of boot through homebrew complains that Java is not present, while it is already present and available on $PATH

Error : boot-clj: Java is required to install this formula.JavaRequirement unsatisfied!

OS - Mac OS X Yosemite Java - 8

burn2delete commented 7 years ago

It is looking for the Java homebrew package, not just any Java. You would need to install the homebrew Java formula first.