Search results
Apparently, Java Version 8 (the one you linked to) won't work. The person in the video used JDK 16, but I downloaded JDK 20 and it seems to work well. You can download it here https://www.oracle.com/java/technologies/downloads/#jdk20-windows
Make sure you are using Java 17. In your startscript, replace the word java with the java path. Something like: "C:\Program Files\Java\jdk-17.0.6\bin\javaw.exe" -Xmx2048M -Xms2048M -jar minecraft_server.jar pause. Keep the quotation marks and make sure the server jar name is matching
11 cze 2021 · I play Minecraft on java edition and I decided to create a server. I'm going to multiple youtube videos and tutorials on the internet and nothings helping. here's the problem: when I install server.jar it won't let me open it.
8 wrz 2015 · I'm trying to make a Minecraft server using the Minecraft_Server.1.8.8 Thing, and it says "A Java Exception Has Occured" Every single time I opened it. I looked up how to fix it, and it said that I had to update my java.
21 paź 2022 · Open a command prompt and type the following command. You may need to update java and make sure it's set correctly in your System Environment's PATH variable. java -version Try executing the .jar file from command line (that is, open a command prompt and navigate to the folder containing the server .jar file via this command:
31 gru 2021 · You misunderstand the problem. It's not that the files are compiled by an older version of Java. It's that they're compiled by a newer version. You either need to update Java on the server, or downgrade Java on your own machine to match the server and then recompile everything.
28 sty 2021 · Hey guys I've been trying to setup a minecraft server, but I can't run the server file. I checked my java version and that is all in order. When executing the commad i get: Error: Unable to access jarfile minecraft_server.1.16.5.jar. Anyone knows how to fix this? Thanks.