Note that the JDK is required for java dependencies

Closes Homebrew/homebrew#32224.
This commit is contained in:
Jack Nagel 2014-09-23 20:06:09 -05:00
parent 22d8380b05
commit 7b396a5e99

View File

@ -119,10 +119,12 @@ class JavaDependency < Requirement
version_string = " #{@version}" if @version
<<-EOS.undent
Java#{version_string} is required for Homebrew to install this formula.
Java#{version_string} is required to install this formula.
You can install Java from:
http://www.oracle.com/technetwork/java/javase/downloads/index.html
Make sure you install both the JRE and JDK.
EOS
end
end