FabricMC / fabric

Essential hooks for modding with Fabric.
Apache License 2.0
2.2k stars 388 forks source link

Cant install Fabric Server with java 19 #3870

Closed RandomGamerde closed 2 weeks ago

RandomGamerde commented 2 weeks ago

Hello, i tryed to install a Fabric Server with Java 19 installed and it gives me this Error: RuntimeException: Error invoking MC server bundler: 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 63.0

OS: Ubuntu

modmuss50 commented 2 weeks ago

You must use Java 21 or later for the version of Minecraft that you are using.