Hits

龙芯平台存在 “新世界” 和 “旧世界” 两个 ABI,不同 ABI 的 Java 暂时互不兼容。

请在终端中输入 uname -r 命令查看 Linux 内核版本。如果你的内核版本为 4.x 请下载旧世界 Java,否则请下载新世界 Java。

旧世界

如果你正在使用旧世界龙芯系统,请前往龙芯开源社区下载龙芯 Java 17。

点击此处前往下载页面

新世界

如果你正在使用新世界龙芯系统,请使用系统的包管理器安装 Java 17。

Loongnix/Deepin/Debian/Ubuntu:

sudo apt install openjdk-17-jre

Arch Linux:

sudo pacman -S jre17-openjdk

There are two ABIs on Loongson platform: New World and Old World. Java with different ABIs are not compatible with each other for the time being.

Please execute uname -r in terminal to check the Linux kernel version. Please download Old World Java if your kernel version is 4.x, otherwise please download New World Java.

Old World

If you are using an Old World Loongson system, please go to Loongson Open Source Community to download Loongson Java 17.

Click here to download

New World

If you are using a New World Loongson system, please install Java 17 by using system’s package manager.

Loongnix/Deepin/Debian/Ubuntu:

sudo apt install openjdk-17-jre

Arch Linux:

sudo pacman -S jre17-openjdk

Updated: