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
parent
86448c0662
commit
397743272c
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue