Skip to content

Commit

Permalink
[doc] fix up:update the environment of hertzbeat to Java version 11 (#…
Browse files Browse the repository at this point in the history
…473)

fix up:将 hertzbeat 使用环境改为:Java 11
  • Loading branch information
BKing2020 authored Nov 30, 2022
1 parent b771e53 commit 2004fed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions home/docs/start/package-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ sidebar_label: 安装包方式部署
安装后命令行检查是否成功安装
```
$ java -version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (Zulu 8.58.0.13-CA-macos-aarch64) (build 1.8.0_312-b07)
OpenJDK 64-Bit Server VM (Zulu 8.58.0.13-CA-macos-aarch64) (build 25.312-b07, mixed mode)
java version "11.0.12"
Java(TM) SE Runtime Environment 18.9 (build 11.0.12+8-LTS-237)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.12+8-LTS-237, mixed mode)
```
2. 下载HertzBeat安装包
下载您系统环境对应的安装包
Expand Down

0 comments on commit 2004fed

Please sign in to comment.