Tag: macos

  • Install Java using Homebrew and jEnv on MacOS

    by

    in

    Sometimes it’s desirable to use different Java versions. Here’s one way how to do it on a Mac. Prerequisites If you haven’t already, install Homebrew as a first step. Now, that Homebrew is installed, install jEnv, next. It’ll enable you to manage multiple Java installations and to switch easily amongst them. Follow the steps listed…