Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.4 KB

File metadata and controls

36 lines (23 loc) · 1.4 KB
title date
下载适用于 Windows on Arm 的 HMCL 和 Minecraft 依赖的 Java
2022-12-03 17:30:00 +0800

Java 安装包已开始下载,请等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

windows-x86_64-1

windows-x86_64-2

没有下载?点击此处开始下载

无法下载?点击此处开始下载(备用)


The Java installation package has started to download. Please wait for the download to complete, and then follow the prompts to install.

No redirect? Click here to start downloading

Can't download? Click here to download (alternative)

<script> /* 等待 5 秒. */ setTimeout(function() { const isZhCN = /^zh-CN/i.test(navigator.language); const url = isZhCN ? "https://alist.8mi.tech/d/mirror/ms-jdk/Auto/microsoft-jdk-25-windows-aarch64.msi" : "https://aka.ms/download-jdk/microsoft-jdk-25-windows-aarch64.msi"; location.href = url; }, 5000); </script>