We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK 22 reached General Availability on 19 March 2024.
The text was updated successfully, but these errors were encountered:
ssh admin@jenkins-worker-behemoth-<n>
cd /usr/lib/jvm
sudo curl -O -L 'https://download.java.net/java/GA/jdk22/830ec9fcccef480bb3e73fb7ecafe059/36/GPL/openjdk-22_linux-x64_bin.tar.gz'
sudo dtrx -n openjdk-22_linux-x64_bin.tar.gz
sudo rm openjdk-22_linux-x64_bin.tar.gz
sudo chmod -R go+rX openjdk-22_linux-x64_bin
sudo rm java-22-openjdk-x64
sudo ln -s openjdk-22_linux-x64_bin/jdk-22 java-22-openjdk-x64
./java-22-openjdk-x64/bin/java -version
sudo rm -rf openjdk-22-ea+20_linux-x64_bin
openjdk version "22" 2024-03-19 OpenJDK Runtime Environment (build 22+36-2370) OpenJDK 64-Bit Server VM (build 22+36-2370, mixed mode, sharing)
Sorry, something went wrong.
SethTisue
No branches or pull requests
The text was updated successfully, but these errors were encountered: