Update windows.md (#2149)

Add reference to Zulu Java 17 not requiring manual JAVA_HOME setup

Signed-off-by: moodyblue <hugo.castelobranco@gmail.com>
pull/2219/head
moodyblue 2023-11-19 12:38:19 +00:00 committed by GitHub
parent 86448c0662
commit 397743272c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ Please be sure you have installed the required supporting applications as descri
### Set the `JAVA_HOME` System Environment Variable in Windows
Note: If you have installed Zulu Java 17 (highly recommended for OH 4.x) you may skip this step because the JAVA_HOME environment variable was created during installation.
- Navigate to: Control Panel ➡️ System and Security ➡️ System ➡️ Advanced System Settings ➡️ Environment Variables ➡️ System Variables
- Create a New System Variable named JAVA_HOME (or update the existing one) to match the installation directory of the Java Platform chosen and installed in the step [Prerequisites]({{base}}/installation/index.html#prerequisites).