Note that the JDK is required for java dependencies
Closes Homebrew/homebrew#32224.
This commit is contained in:
		
							parent
							
								
									22d8380b05
								
							
						
					
					
						commit
						7b396a5e99
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user