How to install Java with brew and jenv

jenv is a tool that helps you switch between different java versions in your development machine. But, Jenv doesn't install Java for you. Use your platform appropriate package manager to install Java. On macOS, brew is recommended. Install Java with Homebrew First, ensure that you have Homebrew installed in your system. Homebrew is a package manager for Mac OS. So if … Continue reading How to install Java with brew and jenv