Skip to content

Instantly share code, notes, and snippets.

@chranderson
Last active November 17, 2015 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chranderson/59c6825b2b04edb9d86a to your computer and use it in GitHub Desktop.
Save chranderson/59c6825b2b04edb9d86a to your computer and use it in GitHub Desktop.
installing java / activator
install homebrew
> ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
install Java w/ homebrew **Dont install java with oracle**
> brew tap caskroom/cask
> brew install brew-cask
If you get the error "already installed", follow the instructions to unlink it, then install again:
> brew unlink brew-cask
> brew install brew-cask
Lastly:
> brew cask install java
Install typesafe activator with brew:
> brew install typesafe-activator
> export PATH=$PATH:/relativePath/to/activator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment