mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
[doc] fix JDK download mirror link (#2756)
This commit is contained in:
@@ -116,9 +116,9 @@ Deploying multiple HertzBeat Collectors can achieve high availability, load bala
|
||||
|
||||
1. you need to prepare the JAVA environment in advance
|
||||
|
||||
Install JAVA runtime environment-refer to [official website](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
||||
Install JAVA runtime environment-refer to [official website](https://www.oracle.com/java/technologies/downloads/)
|
||||
requirement:JDK17 ENV
|
||||
download JAVA installation package: [mirror website](https://repo.huaweicloud.com/java/jdk/)
|
||||
download JAVA installation package: [mirror website](https://mirrors.huaweicloud.com/openjdk/)
|
||||
After installation use command line to check whether you install it successfully.
|
||||
|
||||
```shell
|
||||
|
||||
@@ -119,7 +119,7 @@ HertzBeat Collector 是一个轻量级的数据采集器,用于采集并将数
|
||||
|
||||
1. 启动失败,需您提前准备JAVA运行环境
|
||||
|
||||
安装JAVA运行环境-可参考[官方网站](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
||||
安装JAVA运行环境-可参考[官方网站](https://www.oracle.com/java/technologies/downloads/)
|
||||
要求:JAVA17环境
|
||||
下载JAVA安装包: [镜像站](https://mirrors.huaweicloud.com/openjdk/)
|
||||
安装后命令行检查是否成功安装
|
||||
|
||||
+1
-1
@@ -66,7 +66,7 @@ sidebar_label: 安装包方式部署
|
||||
|
||||
1. **若您使用的是不含JDK的安装包,需您提前准备JAVA运行环境**
|
||||
|
||||
安装JAVA运行环境-可参考[官方网站](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
||||
安装JAVA运行环境-可参考[官方网站](https://www.oracle.com/java/technologies/downloads/)
|
||||
要求:JAVA17环境
|
||||
下载JAVA安装包: [镜像站](https://repo.huaweicloud.com/java/jdk/)
|
||||
安装后命令行检查是否成功安装
|
||||
|
||||
@@ -67,7 +67,7 @@ sidebar_label: Install via Package
|
||||
|
||||
1. **If using the package not contains JDK, you need to prepare the JAVA environment in advance**
|
||||
|
||||
Install JAVA runtime environment-refer to [official website](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
|
||||
Install JAVA runtime environment-refer to [official website](https://www.oracle.com/java/technologies/downloads/)
|
||||
requirement:JDK17 ENV
|
||||
download JAVA installation package: [mirror website](https://repo.huaweicloud.com/java/jdk/)
|
||||
After installation use command line to check whether you install it successfully.
|
||||
|
||||
Reference in New Issue
Block a user