Skip to main content
1
Update apt package index
2
sudo apt update
3
Install OpenJDK 17 and JRE
4
sudo apt-get install openjdk-17-jdk openjdk-17-jre -y
5
Verify the installation
6
java -version

Build docs developers (and LLMs) love