Skip to content

Instantly share code, notes, and snippets.

@raftheunis87
Last active April 27, 2018 13:06
Show Gist options
  • Save raftheunis87/d614896c24b5b36520334d14f2a07f2c to your computer and use it in GitHub Desktop.
Save raftheunis87/d614896c24b5b36520334d14f2a07f2c to your computer and use it in GitHub Desktop.
Install Java 8 on macOS with brew cask

Install Java 8 on macOS with brew cask

  1. open Terminal/iTerm
  2. install brew: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. install homebrew-cask: brew tap caskroom/cask
  4. tap versions: brew tap caskroom/versions
  5. install Java 8: brew cask install java8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment