Azul Zulu Community OpenJDK 17 (Long Term Support)
Azul® Zulu® is a Java Development Kit (JDK), and a compliant implementation of the Java Standard Edition (SE) specification that contains all the Java components needed to build and run Java SE applications. Zulu has been verified by passing all tests of the OpenJDK Community Technology Compatibility Kit (TCK) as available for each respective Java SE version.
Azul® Zulu® is a Java Development Kit (JDK), and a compliant implementation of the Java Standard Edition (SE) specification that contains all the Java components needed to build and run Java SE applications. Zulu has been verified by passing all tests of the OpenJDK Community Technology Compatibility Kit (TCK) as available for each respective Java SE version.
To install openjdk17-zulu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install openjdk17-zulu
To see what files were installed by openjdk17-zulu, run:
port contents openjdk17-zulu
To later upgrade openjdk17-zulu, run:
sudo port selfupdate && sudo port upgrade openjdk17-zulu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.