Skip to content

Commit

Permalink
Update install-jdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton authored Jul 13, 2018
1 parent 24f1358 commit b85f495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions learn_server/install-jdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export PATH=$JRE_HOME/bin:$JRE_HOME/bin:$PATH
```bash
[root@localhost ~]# source /etc/profile
[root@localhost ~]# java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_171-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b14, mixed mode)
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
```
这里我安装的是最新版的JDK。

Expand Down

0 comments on commit b85f495

Please sign in to comment.