Skip to content

Update 02-Installing-Java-and-the-Book-Examples.md #643

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/02-Installing-Java-and-the-Book-Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Mac 系统自带的 Java 版本太老,为了确保本书的代码示例能被
2. 在命令行下执行下面的命令来安装 Java。

```bash
brew cask install java
brew install java --cask
```

当以上安装都完成后,如果你有需要,可以使用游客账户来运行本书中的代码示例。
Expand Down