DEV Community

Discussion on: Installing Java on MacOS using Homebrew and JEnv

Collapse
 
amatern profile image
amatern

This was very helpful! I only had one minor difference:

Error: Calling brew cask install is disabled! Use brew install [--cask] instead.

me@mac ~ % brew install --cask adoptopenjdk8

Which worked great, and obviously the openjdk version has changed... but thanks again for a great guide!