Skip to content

Commit

Permalink
Added a comment about El Capitan Java installation
Browse files Browse the repository at this point in the history
  • Loading branch information
yokolet committed Jul 22, 2016
1 parent efd6ddd commit 075d0df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions outline/setup_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ Expected result:

## Making sure Java is installed


> If you have OS X version 10.11 (El Capitan), you don't have Java installed.
> You need to install Java as well.
> Download Java from <http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html> and follow the instruction.
> If you have a trouble, <http://osxdaily.com/2015/10/17/how-to-install-java-in-os-x-el-capitan/> article may help.

Run `java -version` in your terminal. If you do not have Java installed, OS X will prompt you to install it. Follow all of the directions OS X gives you, then return to this part of the tutorial and run `java -version` again.

If Java is installed, you will see something like this in your terminal:
Expand Down

0 comments on commit 075d0df

Please sign in to comment.