-
-
Save plaxdan/2f0b33c38a161be4f59f581897ffdb81 to your computer and use it in GitHub Desktop.
Install Java via Homebrew (brew) on Mac OSX with unlimited strength JCE
This file contains 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
brew update | |
brew cask install java | |
brew cask install jce-unlimited-strength-policy | |
export JAVA_HOME=`/usr/libexec/java_home -v 1.8` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment