aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index ef759ca49..3b6f0fe24 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -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