Skip to content

Commit c221cd7

Browse files
Update min JDK from 11 to 19 (#448)
1 parent 12b09d4 commit c221cd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user-guide/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Step 1: Prerequisites
2424
</details>
2525

2626
<details>
27-
<summary>Java Development Kit (JDK) 11 or newer</summary>
27+
<summary>Java Development Kit (JDK) 19 or newer</summary>
2828

2929
Check your Java version by executing the following command on the terminal:
3030
```bash
31-
java -version
31+
java --version
3232
```
3333

34-
If the version is < 11, download and install Java version 11 or later from
34+
If the version is lower than 19, download and install Java version 19 or later from
3535
[Oracle](https://www.oracle.com/java/technologies/downloads/).
3636
</details>
3737

0 commit comments

Comments
 (0)