Skip to content

Instantly share code, notes, and snippets.

@Ebazhanov
Forked from kloudsamurai/java_homebrew.sh
Created October 21, 2017 13:08
Show Gist options
  • Save Ebazhanov/9867b98d08ebd784758bfebcc118a475 to your computer and use it in GitHub Desktop.
Save Ebazhanov/9867b98d08ebd784758bfebcc118a475 to your computer and use it in GitHub Desktop.
Install Java via Homebrew (brew) on Mac OSX with unlimited strength JCE
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