diff --git a/src/main/resources/tags/info/outdatedjava.tag b/src/main/resources/tags/info/outdatedjava.tag index a09c6ade..907cb4f5 100644 --- a/src/main/resources/tags/info/outdatedjava.tag +++ b/src/main/resources/tags/info/outdatedjava.tag @@ -4,8 +4,8 @@ issues: java.lang.UnsupportedClassVersionError --- -Geyser currently requires Java 16 or later to run. You can download Java 17 at https://adoptium.net/temurin/releases/ +Geyser currently requires Java 17 or later to run. You can download Java 17 at https://adoptium.net/temurin/releases/ To find out how to change your Java version on hosts or other platforms, look at https://docs.papermc.io/java-install-update -If you’re running a version of Paper that does not support Java 16 or later, you can add the flag `-DPaper.IgnoreJavaVersion=true` to your startup Java arguments to allow Paper to run on Java 16. -You can run Geyser standalone on another device if a server software cannot be updated to use Java 16. +If you’re running a version of Paper that does not support Java 17 or later, you can add the flag `-DPaper.IgnoreJavaVersion=true` to your startup Java arguments to allow Paper to run on Java 17. +You can run Geyser standalone on another device if a server software cannot be updated to use Java 17.