From 397743272cff3e1699107eaa5246b91a1c93f662 Mon Sep 17 00:00:00 2001 From: moodyblue Date: Sun, 19 Nov 2023 12:38:19 +0000 Subject: [PATCH] Update windows.md (#2149) Add reference to Zulu Java 17 not requiring manual JAVA_HOME setup Signed-off-by: moodyblue --- installation/windows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installation/windows.md b/installation/windows.md index 663b2fc08a..0771ec6264 100644 --- a/installation/windows.md +++ b/installation/windows.md @@ -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).