Last active
February 5, 2017 02:05
-
-
Save choiks14/9922acb05bb4ecb6b0a7fd8a67796cec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#java 6 | |
brew tap caskroom/versions | |
brew cask install java6 | |
#java 8 | |
brew update | |
brew tap caskroom/cask | |
brew install Caskroom/cask/java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment