1
.bat
OK i really really need help to find a code to go in my .bat file. i have a 64 bit computer running on java version 7! plz help
4
Peace - You see his code was: "java -Xmx2G -jar minecraft_server.jar -o true" where it says "minecraft_server.jar" change that to the jar file you wish to run. If your craftbukkit file is for example named "CraftBukkit554" then the code should be like this below:
java -Xmx2G -jar Craftbukkit554 -o true
pause
I hope that helped (Y)
java -Xmx2G -jar Craftbukkit554 -o true
pause
I hope that helped (Y)
it keeps saying unable to access jarfile minecraft_server.jar
what do i do
what do i do
Thanks I will see if it works
You only need two lines(note that this uses 2GB of RAM, you may need to adjust based on the RAM in your PC):
java -Xmx2G -jar minecraft_server.jar -o true
pause
java -Xmx2G -jar minecraft_server.jar -o true
pause
