Skip to navigation
Install older OpenJDK version to my Debian distro.
09.08.23
Install older OpenJDK version to my Debian distro. In my case here, openjdk-11 to Debian hookworm what comes already with openjdk-17 1. Go to https://jdk.java.net/archive/ 2. Download a Linux tar.gz file of your older version you like: ```console https://download.java.net/openjdk/jdk11/ri/openjdk-11+28_linux-x64_bin.tar.gz ``` 3. Unzip it ```console tar -xzf openjdk-11+28_linux-x64_bin.tar.gz ``` Move the extracted folder into your environment folder, in my Debian bookworm case to /usr/lib/jvm: ```console sudo mv jdk-11.0.1 /usr/lib/jvm/java-11-openjdk ```
https://techoral.com/blog/java/install-openjdk-11-debian.html
Reply
Anonymous
Information Epoch 1742188502
Files are bags of bytes.
Home
Notebook
Contact us