From adf3de4c7a372f71057ce5dfae99dc0d46691ea7 Mon Sep 17 00:00:00 2001 From: Jan Ernsting Date: Tue, 7 Apr 2026 11:55:02 +0200 Subject: [PATCH] Updated JDK Version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66e3d2d..34279f2 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ During development, your probably want to run QuPath easily with your extension ### 0. Make sure you have Java installed You'll need to install Java first. -At the time of writing, we use a Java 21 JDK downloaded from https://adoptium.net/ +At the time of writing, we use a Java 25 JDK downloaded from https://adoptium.net/ -> Java 21 is a 'Long Term Support' release - which is why we use it instead of the very latest version. +> Java 25 is a 'Long Term Support' release - which is why we use it instead of the very latest version. ### 1. Get QuPath's source code You can find instructions at https://qupath.readthedocs.io/en/stable/docs/reference/building.html