Java error for server
EldritchDragon opened this issue ยท 9 comments
I ran the ServerStart.bat and came up with this error.
debug.log
Read the last line in your log.
[00:21:20] [main/INFO] [net.minecraft.server.MinecraftServer]: You need to agree to the EULA in order to run the server. Go to eula.txt for more info.
Your server won't start because you haven't set the EULA to true yet.
That was from when I accidentally ran the minecraft_server.jar, but this error came up when I ran the batch file. https://i.imgur.com/2ZYW3qx.png
Update Java to the latest 64-Bit version here. Select Windows Offline (64-bit).
https://java.com/en/download/manual.jsp
serverstart.log
I don't know if this is needed
To check java version open a command window (windows key + r, type cmd, press enter)
Type java -version
You want to see 1.8.0_ on line 1 and 64-bit on line 3 like so:
Java Version "1.8.0_201+"
Java(TM) SE Runtime Environment (*build 1.8.0_201-b09*)
Java HotSpot(TM) "64-Bit-Server-VM" (*build 25.201-b09, mixed mode*)
java version "1.8.0_221"
Java(TM) SE Runtime Environment (build 1.8.0_221-b11)
Java HotSpot(TM) Client VM (build 25.221-b11, mixed mode, sharing)
Is what I got