You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
37
28
38
-
Please execute `uname -r` in terminal to check the Linux kernel version. Please download [Old World](#old-world) Java if your kernel version is 4.x, otherwise please download [New World](#new-world) Java.
29
+
> [!NOTE]
30
+
>
31
+
> Deepin 软件源中的 Java 不包含 JIT 编译器,使用它启动游戏性能将极其糟糕。
32
+
> 我们推荐 Deepin 用户直接下载 Java,而不是使用 APT 安装。
39
33
40
-
## Old World
34
+
ArchLinux:
41
35
42
-
If you are using an Old World Loongson system, please go to Loongson Open Source Community to download Loongson Java 17.
43
-
44
-
[Click here to download](https://www.loongnix.cn/zh/api/java/downloads-jdk17/index.html)
36
+
```bash
37
+
sudo pacman -S jre-openjdk
38
+
```
45
39
46
-
## New World
40
+
## 旧世界
47
41
48
-
If you are using a New World Loongson system, please install Java 17 by using system's package manager.
0 commit comments