We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b09d4 commit c221cd7Copy full SHA for c221cd7
docs/user-guide/install.md
@@ -24,14 +24,14 @@ Step 1: Prerequisites
24
</details>
25
26
<details>
27
- <summary>Java Development Kit (JDK) 11 or newer</summary>
+ <summary>Java Development Kit (JDK) 19 or newer</summary>
28
29
Check your Java version by executing the following command on the terminal:
30
```bash
31
- java -version
+ java --version
32
```
33
34
- If the version is < 11, download and install Java version 11 or later from
+ If the version is lower than 19, download and install Java version 19 or later from
35
[Oracle](https://www.oracle.com/java/technologies/downloads/).
36
37
0 commit comments