Hey guys so ive downloaded this premade server and im trying to run it but every time i start up the START.bat file it says the system cannot find the path specified. idk how to fix it does anyone know how? plz help i provided pictures anything else u need tell me ill be responding right away.
this is my bat file @Echo OFF title [1.8 - 1.10] Server color 0b echo +----------------------------------------------------+ echo Server By Uzumaki echo Youtube https://www.youtube.com/channel/UC-Uz3Nl7N4LMMWCaN_d15qQ echo Server By Uzumaki echo +----------------------------------------------------+ "%C:\Program Files (x86)\Java\jre1.8.0_101\bin\java.exe" -Xmx1024M -Xms1024M -jar spigot.jar PAUSE
the most recent i suppose is jre1.8.0_131 Update the content of bat file from "%C:\Program Files (x86)\Java\jre1.8.0_101\bin\java.exe" -Xmx1024M -Xms1024M -jar spigot.jar to "%C:\Program Files (x86)\Java\jre1.8.0_131\bin\java.exe" -Xmx1024M -Xms1024M -jar spigot.jar
But that code will break at each new java version, i suggest to use this instead java -Xmx1024M -Xms1024M -jar spigot.jar
Really? You put the bat file in the same directory as your server jar... Make sure the names are the same too.
So I would put my START.bat file and my spigot.jar file in the same folder with the same names and it should work? And what should the name be ?
Change your title please. Don't make clickbait titles. Copy this in your .bat file: Code (Text): java -Xms1024M -Xmx1024M -jar spigot.jar pause Source: http://minecraft.gamepedia.com/Tutorials/Setting_up_a_server