Fix Java version for windows installation

This commit is contained in:
René Pfeuffer
2026-02-13 10:21:48 +01:00
parent 37dfddb0e5
commit 4e4a3c4429
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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.