diff --git a/docs/en/docs/ApplicationDev/preparations-for-development-environment.md b/docs/en/docs/ApplicationDev/preparations-for-development-environment.md index 1bc30c69702d52652cac66eecb259ee4490c26de..b042c6cdb747c51b6808ab47ecc03aa12c3ca221 100644 --- a/docs/en/docs/ApplicationDev/preparations-for-development-environment.md +++ b/docs/en/docs/ApplicationDev/preparations-for-development-environment.md @@ -272,7 +272,7 @@ The software required varies in different development environments. However, the 5. Install the JDK software package as the **root** user. Run `dnf install java-{version}-openjdk-devel.aarch64`. -6. Query information about the JDK software by running `java -version`. +6. Query the JDK software version by running `java -version`. Check the command output. If the command output contains "openjdk version", the JDK has been correctly installed.