Skip to content

Commit 46a9dfb

Browse files
authored
Revise Java JDK installation instructions
Updated Java installation instructions to use binary zip instead of MSI installer and specified extraction path.
1 parent a6cd597 commit 46a9dfb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/overview/First-Time-Build.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ See [Install Visual Studio](/iocs/compiling/Install-Visual-Studio)
1919
{#first_time_install_java}
2020
## Install Java JDK
2121

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`
2523

2624
```{important}
2725
**Do not install an Oracle JDK**. It has an unsuitable license.
2826
```
2927

30-
You may wish to install some optional java components [as detailed here](#developer_upgrade_java).
31-
3228
{#first_time_install_maven}
3329
## Install Maven
3430

0 commit comments

Comments
 (0)