HMCL-docs/_downloads/linux/loongarch64.md
Glavo 617e216b8f
All checks were successful
continuous-integration/drone/push Build is passing
更新龙芯页面
2024-02-06 23:13:27 +08:00

36 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "下载 HMCL 和 Minecraft 依赖的 Java"
permalink: /downloads/linux/loongarch64.html
date: 2023-09-05 14:00:00 +0800
categories: Java 下载
toc: false
---
![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fdocs.hmcl.net%2Fdownloads%2Flinux%2Floongarch64.html&count_bg=%233E4245&title_bg=%233E4245&icon=&icon_color=%23E7E7E7&title=%F0%9F%91%80&edge_flat=false)
龙芯平台存在**新世界**和**旧世界**两个 ABI不同 ABI 的 Java 暂时互不兼容。
请在终端中输入 `uname -r` 命令查看 Linux 内核版本。如果你的内核版本为 4.x 请下载[旧世界](#旧世界) Java否则请下载[新世界](#新世界) Java。
## 旧世界
如果你正在使用旧世界龙芯系统,请前往龙芯开源社区下载龙芯 Java 17。
[点击此处前往下载页面](http://www.loongnix.cn/zh/api/java/downloads-jdk17/index.html)
## 新世界
如果你正在使用新世界龙芯系统,请使用系统的包管理器安装 Java 17。
**Loongnix**/Deepin/Debian/Ubuntu:
```
sudo apt install openjdk-17-jre
```
Arch Linux:
```
sudo pacman -S jre17-openjdk
```