This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
0
Hey,
Was having the same problem which seems to have been given an easy workaround in the meantime, here:
https://bugs.mojang.com/browse/MC-33041
Basic solution is to create (or edit if you already have one) your launcher.bat or command to include, at minimum, "java -jre [yourserver.jar]". For example, I've got a launcher.bat that is only the following:
java -jar minecraft_server_16w04a.jar
and the error is now going.
Hope it helps and good luck!
0
Hey,
Was having the same problem which seems to have been given an easy workaround in the meantime, here:
https://bugs.mojang.com/browse/MC-33041
Basic solution is to create (or edit if you already have one) your launcher.bat or command to include, at minimum, "java -jre [yourserver.jar]". For example, I've got a launcher.bat that is only the following:
and the error is now going.
Hope it helps and good luck!