Mac OS X and multiple Java versions

The cleanest way to manage multiple java versions on Mac is to use Homebrew. And within Homebrew, use: homebrew-cask to install the versions of java jenv to manage the installed versions of java As seen on http://hanxue-it.blogspot.ch/2014/05/installing-java-8-managing-multiple.html , these are the steps to follow. install homebrew install homebrew jenv install homebrew-cask install a specific java … Read more