Skip to content

Instantly share code, notes, and snippets.

@mochadwi
Created October 26, 2016 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mochadwi/0ff08c9f352bf1cf36b9184cd4443166 to your computer and use it in GitHub Desktop.
Save mochadwi/0ff08c9f352bf1cf36b9184cd4443166 to your computer and use it in GitHub Desktop.
Install jdk on your macOS using Homebrew
# This will install the latest java available on Homebrew
brew install java
# If you want to install specific version, such as Java 7
# Run this command on your shell
brew install java7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment