Replies: 1 comment 3 replies
-
https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/#class-file-version-650 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im using this code:
docker run -e EULA=TRUE -it -v dataminecraft:/minecraft -p 25565:25565 -p 19132:19132/udp -p 19132:19132 --restart unless-stopped itzg/minecraft-server:java17
And this is the 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 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
Can someone help me?
Beta Was this translation helpful? Give feedback.
All reactions