Oracle Java SE Development Kit 22 (Short Term Support until September 2024)
Java Platform, Standard Edition Development Kit (JDK). The JDK is a development environment for building applications and components using the Java programming language. This software is provided under the Oracle No-Fee Terms and Conditions (NFTC) license (https://java.com/freeuselicense).
Java Platform, Standard Edition Development Kit (JDK). The JDK is a development environment for building applications and components using the Java programming language. This software is provided under the Oracle No-Fee Terms and Conditions (NFTC) license (https://java.com/freeuselicense).
To install jdk22, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install jdk22
To see what files were installed by jdk22, run:
port contents jdk22
To later upgrade jdk22, run:
sudo port selfupdate && sudo port upgrade jdk22
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.