You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Try different things and see what GitHub Copilot can do for you, like generating
12
12
> If you are running this exercise in GitHub Codespaces, the java environment is already setup.
13
13
14
14
> If you are running this exercise in local environment, please make sure that:
15
-
- JDK 18 and above is installed. If not installed already, please download from: https://www.oracle.com/au/java/technologies/downloads/
15
+
- JDK 18 and above is installed. If not installed already, please download from: https://www.oracle.com/au/java/technologies/downloads/ (e.g. jdk-23_windows-x64_bin.msi)
16
16
- The environment variable for 'JAVA_HOME' is set. If not, please do one of the following:
17
17
-**Windows 7** – Right click My Computer and select Properties > Advanced
18
18
-**Windows 8** – Go to Control Panel > System > Advanced System Settings
@@ -24,12 +24,14 @@ Try different things and see what GitHub Copilot can do for you, like generating
24
24
or
25
25
-*JRE_HOME* if you installed the JRE (Java Runtime Environment)
26
26
- In the **Variable** Value field, enter your JDK or JRE installation path.
27
-

27
+
28
+

28
29
- Click **OK** and **Apply** Changes as prompted
29
30
30
31
> You may need to close and re-open any command windows that were open before you made these changes, as there's no way to reload environment variables from an active command prompt. If the changes don't take effect after reopening the command window, restart Windows.
31
32
32
-
33
+
> Tips: Run `$env:JAVA_Home` in PowerShell to check current `JAVA_Home`. You can also use `$env:JAVA_Home="C:\Program Files\Java\jdk-23"` to set current terminal to use the jdk path.
0 commit comments