Update to Java 25 Download (#378)
continuous-integration/drone/push Build is passing

This commit is contained in:
Zkitefly
2026-03-24 14:27:16 +08:00
committed by GitHub
parent f4e908f771
commit 0b3511322d
11 changed files with 36 additions and 34 deletions
+3 -3
View File
@@ -11,19 +11,19 @@ date: 2022-12-03 17:30:00 +0800
![windows-x86-3](/assets/img/docs/java-download-pages/windows-x86-3.gif)
没有下载?[点击此处开始下载](https://bell-sw.com/pages/downloads/?version=java-21&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=All%20versions)
没有下载?[点击此处开始下载](https://bell-sw.com/pages/downloads/?version=java-25&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=All%20versions)
---
You are going to the Java download page. Please scroll down and click `MSI` download button, then wait for the Java installer to finish downloading, and finally open the installer and follow the prompts to install Java.
No redirect? [Click here to start downloading](https://bell-sw.com/pages/downloads/?version=java-21&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=All%20versions)
No redirect? [Click here to start downloading](https://bell-sw.com/pages/downloads/?version=java-25&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=All%20versions)
<script>
/* 等待 5 秒. */
setTimeout(function() {
window.location.href = "https://bell-sw.com/pages/downloads/?version=java-21&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=All%20versions";
window.location.href = "https://bell-sw.com/pages/downloads/?version=java-25&os=windows&architecture=x86&bitness=32&package=jre-full#:~:text=All%20versions";
}, 5000);
</script>