在Debian 12中安装OpenJDK 8(Azul Zulu Builds of OpenJDK)

首先

使用Azul Zulu Builds of OpenJDK将OpenJDK8安装到Debian12。

参考来源:Azul Platform Core。

*请注意,自2021年1月起,Azure Zulu不再提供Debian12的支持。

支持

只有有偿版本明确支持期限。Azul 支持路线图 – Azul | 更好的 Java 性能,更优质的 Java 支持
从 Zulu 社区时期开始,免费版本的支持期限是未知的。

记录

提交存储库

# apt update
# apt install gnupg ca-certificates curl
# curl -s https://repos.azul.com/azul-repo.key | gpg --dearmor -o /usr/share/keyrings/azul.gpg
# echo "deb [signed-by=/usr/share/keyrings/azul.gpg] https://repos.azul.com/zulu/deb stable main" | tee /etc/apt/sources.list.d/zulu.list

安装

# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

# apt update
# apt install zulu8-jdk
... 略

各种确认 (gè

# which java
/usr/bin/java

# java -version
openjdk version "1.8.0_382"
OpenJDK Runtime Environment (Zulu 8.72.0.17-CA-linux64) (build 1.8.0_382-b05)
OpenJDK 64-Bit Server VM (Zulu 8.72.0.17-CA-linux64) (build 25.382-b05, mixed mode)
广告
将在 10 秒后关闭
bannerAds