Homebrew: Why is java not installed as a dependency for Tomcat

homebrewjava

Java is listed in Tomcat's dependency list. But when I install tomcat there is no java. Why?

$brew install tomcat
$brew list | grep java | wc -l
0

Best Answer

If Java was already installed previously (either the Oracle or the outdated Apple Java installer) Tomcat's requirements are met and brew won't install another Java.

The small green checkmark (or red cross if Java has to be installed) will indicate this:

enter image description here