Install OpenJDK For Linux
References:
Steps To Install OpenJDK For Linux:
- Get the most recent version of OpenJDK from https://openjdk.java.net/
- Copy openjdk-19.0.2_linux-x64_bin.tar.gz into folder /opt . Refer https://muzakkirskills.blogspot.com/2022/12/transfer-files-by-using-winscp.html on how to transfer file to Linux.
- Go to /opt folder.
- Unzip the file.
- Verify that it can be run.
- Install OpenJDK19.
- Configure it as default.
- Choose the JDK version that has been unzipped /opt/jdk-19.0.2/bin/java .
- Confirm that it is using OpenJDK19.


Comments