#Geyser not loading on Java 16 (1.16.5)
1 messages · Page 1 of 1 (latest)
Converted GeyserFail.txt to a paste.gg link!
See below for details and possible fixes
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 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.
So, does Geyser just no longer work with Java 16 then?
it does not, you'll need to use java 17
You can use paper 1.16.5 alongside the -DPaper.IgnoreJavaVersion=true flag to run it with java 17
Got it, I'll give it a go. Thanks
quick question, does this look right? it throws D is not a recognised option
java -Xms2G -Xmx2G -jar paper.jar --nogui -DPaper.IgnoreJavaVersion=true
Could be doing that wrong
try adding it infront of the nogui arg maybe?
Running it without D (Typo?) gives me this: Unsupported Java detected (61.0). Only up to Java 16 is supported.
try java -DPaper.IgnoreJavaVersion=true -jar paper.jar --nogui
(with the xms/xmx args)
before or after the xms/xmx args
https://stackoverflow.com/questions/44745261/why-do-jvm-arguments-start-with-d also the d aint a typo
shouldnt matter
you're welcome 🙂
can you send me how you did? im having the same problem
Read the above conversation, also this is several months old and this post should’ve been closed
i read, but still not get it