Notes on installing multiple versions Java on Mac OSX using Homebrew and Jenv.
Homebrew is a superb tool for Mac for managing the installation of software. It's core command is brew
and it calls packages of software formula. If you are intrigued then you can check out the list of Formula in the brew Github repository.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"