Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit ccbbf6b

Browse files
zachgkwkcn
authored andcommitted
Fix java install docs (#15250)
1 parent d7e2139 commit ccbbf6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install/java_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ brew install maven
4343
Please run the following lines:
4444

4545
```bash
46-
sudo apt-get install openjdk-8-java maven
46+
sudo apt-get install openjdk-8-jdk maven
4747
```
4848

4949
**Step 2.** Run the demo MXNet-Java project.

docs/tutorials/java/mxnet_java_on_intellij.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ brew install opencv
4444
Run the following commands to install the prerequisites on Ubuntu.
4545

4646
```
47-
sudo apt-get install openjdk-8-java maven
47+
sudo apt-get install openjdk-8-jdk maven
4848
```
4949

5050

0 commit comments

Comments
 (0)