Azul Zulu Community OpenJDK 23 (Short Term Support until March 2025)
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 openjdk23-zulu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install openjdk23-zulu
To see what files were installed by openjdk23-zulu, run:
port contents openjdk23-zulu
To later upgrade openjdk23-zulu, run:
sudo port selfupdate && sudo port upgrade openjdk23-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.