DEV Community

Filipe Mesquita
Filipe Mesquita

Posted on

How to Manage multiple Java versions on macOS

Use jenv

Use homebrew to add a java version.

Use the command: jenv add to add this version to jenv

jenv versions to see all versions added

More info: https://www.jenv.be/

Top comments (0)