Installing

    Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK). Read more from https://aws.amazon.com/corretto/

    1. Download and run the Amazon Corretto 11 macOS installer (.pkg)

    2. Follow the prompts in the wizard

    Go to the download page at aws.amazon.com/corretto for more options.

    The package manager is the easiest way to install Maven on macOS.

    To install Homebrew, copy and paste the following into a terminal window:

    Show code

    is a package manager and a build tool for Java based projects.

    To install Maven, enter the following in a terminal window:

    Show code

    Expand code

    Start a Project