Comments on How to Set Up a Minecraft Server on Debian 10
Minecraft is a game that has taken the world by storm. In this tutorial we will show you how to set up your own Minecraft server on Debian 10, using open-source tools available from their official website.
4 Comment(s)
Comments
The command to set up the minecraft user in the sudo group looks incorrect. IIRC, the last argument should be the sudo group name.
Thanks for the note, i've changed the command.
Great tutorial! My only problem is the java error.
Error: LinkageError occurred while loading main class net.minecraft.bundler.Main
java.lang.UnsupportedClassVersionError: net/minecraft/bundler/Main has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 60.0
Cant figure out how to update java any newer.
i had same issue try this , worked for me
sudo apt update
sudo apt install openjdk-17-jre-headless