Skip to content

Instantly share code, notes, and snippets.

@vitor-caetano
Last active January 13, 2017 22:02
Show Gist options
  • Save vitor-caetano/6ea983b1b6f90f545ab7a8570fde78fa to your computer and use it in GitHub Desktop.
Save vitor-caetano/6ea983b1b6f90f545ab7a8570fde78fa to your computer and use it in GitHub Desktop.
Install Java JDK with cask

https://caskroom.github.io/

Install Homebrew Cask

$ brew update
$ brew tap caskroom/cask

Install Java JDK

$ brew cask install java

Check version

$ java -version 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment