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: doc/overview/First-Time-Build.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,16 +19,12 @@ See [Install Visual Studio](/iocs/compiling/Install-Visual-Studio)
19
19
{#first_time_install_java}
20
20
## Install Java JDK
21
21
22
-
Install **OpenJDK 21 hotspot** from https://adoptium.net/?variant=openjdk21&jvmVariant=hotspot (the MSI installer is fine, tick all the boxes when it asks you which components to install)
23
-
24
-
The installation location should be `C:\Instrument\Apps\JDK\<version>`.
22
+
Install the **OpenJDK 21 hotspot** binary zip from https://adoptium.net and extract to `\instrument\apps\JDK\21.x.x`
25
23
26
24
```{important}
27
25
**Do not install an Oracle JDK**. It has an unsuitable license.
28
26
```
29
27
30
-
You may wish to install some optional java components [as detailed here](#developer_upgrade_java).
0 commit comments