From a6cd59761da1caef2df4f32e2d22b28175d0116f Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Thu, 11 Sep 2025 12:06:57 +0100 Subject: [PATCH] add note about JDK installation location --- doc/overview/First-Time-Build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/overview/First-Time-Build.md b/doc/overview/First-Time-Build.md index 8391a9243..bc4456e31 100644 --- a/doc/overview/First-Time-Build.md +++ b/doc/overview/First-Time-Build.md @@ -21,6 +21,8 @@ See [Install Visual Studio](/iocs/compiling/Install-Visual-Studio) 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) +The installation location should be `C:\Instrument\Apps\JDK\`. + ```{important} **Do not install an Oracle JDK**. It has an unsuitable license. ```