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: BUILDING.md
+46-18Lines changed: 46 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,35 +109,47 @@ Download and install Eclipse Temurin JDK versions 8, 11, 17 and 21, and GraalVM.
109
109
110
110
#### Windows
111
111
112
-
Use the `tooling/install-jdks-windows.ps1` script to download and install Eclipse Temurin JDK versions 8, 11, 17, and 21, and set the required environment variables.
112
+
* Download and install JDK 8, 11, 17, and 21[Eclipse Temurin releases](https://adoptium.net/temurin/releases/). Alternatively, if available, you can use `winget` or `scoop`:
113
113
114
-
> [!NOTE]
115
-
> This scripts currently does _not_ install GraalVM due to license changes in October 2024 for GraalVM 17.0.13 and later.
* Install GraalVM from [Oracle downloads](https://www.graalvm.org/downloads/). Note that GraalVM for JDK 17.0.13 and later are released under a different license and may be unavailable.
129
-
* Install the GraalVM native image requirements for native builds by following [the GraalVM official documentation](https://www.graalvm.org/latest/docs/getting-started/windows/#prerequisites-for-native-image-on-windows).
126
+
<details>
127
+
<summary>Install JDKs using `scoop`</summary>
130
128
131
-
* To add the required environment variables, run the following PowerShell commands for each SDK version, replacing `<full-version>` with the full version number. For example, `C:\Program Files\Eclipse Adoptium\jdk-8.0.432.6-hotspot`.
* To add the required environment variables, run the following PowerShell commands for each SDK version, replacing the path with the correct version installed:
0 commit comments