I've got
Launching the server shows the following text:
I've tried updating (
The vanilla server jar works fine and launches without any major issues. Is there any config or launch parameter that I can set where it will ignore the version and try to launch anyway?
I'm using the 1.19.4 server build 550 jar file.
openjdk-17
installed on my arm-based linux device. Running java --version
reports that java version is openjdk 17-internal 2021-09-14
. Launching the server shows the following text:
Code:
Starting org.bukkit.craftbukkit.Main
Unsupported Java detected (17-internal). You are running an outdated, pre-release version. Only general availability versions of java are supported. Please update your java version.
I've tried updating (
apt upgrade openjdk-17
), and it reported it to be the latest version (17.0-26
).The vanilla server jar works fine and launches without any major issues. Is there any config or launch parameter that I can set where it will ignore the version and try to launch anyway?
I'm using the 1.19.4 server build 550 jar file.