Java17 (OpenJDK) setup
We will be using OpenJDK 17.
Downloads → OpenJDK: Download and install
Install Instructions:
Mac:
You can install sdkman (Home - SDKMAN! the Software Development Kit Manager ) which can manage multiple installations of java. Also can be used to manage gradle versions.
sdk install java 17.0.0-open
- Please follow the instructions from here → Product Documentation for Red Hat build of OpenJDK 17 | Red Hat Customer Portal
Linux (Ubuntu):
sudo apt update
sudo apt install openjdk-17-jdk
Docker image
docker pull adoptopenjdk/openjdk17