Brew Install Java on Mac

--

A straightforward approach to setting up Java along with your java compiler

Install

In a terminal window

$ brew install java

Connect the dots

$ brew info openjdk

The following steps should print out:

Yours will be slightly different

...If you need to have openjdk first in your PATH, run:   echo ‘export

--

--