From 4e4a3c44293e71fa9a61317d106475b268a22e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 13 Feb 2026 10:21:48 +0100 Subject: [PATCH] Fix Java version for windows installation --- docs/en/development/plugins/create.md | 2 +- docs/en/installation/windows.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/development/plugins/create.md b/docs/en/development/plugins/create.md index f0555a7585..abd3e29e11 100644 --- a/docs/en/development/plugins/create.md +++ b/docs/en/development/plugins/create.md @@ -8,7 +8,7 @@ displayToc: false Be sure you have installed the following software: -* [Java 11](https://java.com/de/download/) +* [Java 17](https://java.com/de/download/) # Create the plugin structure diff --git a/docs/en/installation/windows.md b/docs/en/installation/windows.md index cb5a1467af..d5fbeffc61 100644 --- a/docs/en/installation/windows.md +++ b/docs/en/installation/windows.md @@ -8,11 +8,11 @@ The following document describes the installation process for SCM-Manager on Win ## Install Java -SCM-Manager requires at least Java 11. +SCM-Manager requires at least Java 17. We support Oracle JRE or OpenJDK, choose one of them: -* [Oracle JRE](https://www.oracle.com/java/technologies/javase-downloads.html#JDK11) -* [OpenJDK](https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot) +* [Oracle JRE](https://www.oracle.com/java/technologies/downloads/#java17) +* [OpenJDK](https://adoptium.net/temurin/releases?version=17&os=windows&arch=x64) Download Java and follow the installation instructions.