cant load server batch file

Daved1058

New Member
Jul 29, 2019
32
0
0
So i got a notification from my server to run it with more ram, so i went into the batch file to edit it
I started with
java -Xms512M -Xmx1G -jar ftbserver.jar
Changed to
java -Xms1024M -Xmx1024M -jar ftbserver.jar
and now i get "error: unable to access jarfile ftbserver.jar"

on a side not I have never been able to to open this file i have always ran the java file. But to run with more ram I assume i need to run the .bat file. Help?
 

Kahless61

New Member
Jul 29, 2019
249
0
0
You don't need to run the batch file, necessarily, but you may, and it can make it a lot easier than trying to remember all the stuff to type on the command line.

If you do decide to use the batch file, please make sure to update the part that says "ftbserver.jar" to the actual filename of the server jar.
 

Daved1058

New Member
Jul 29, 2019
32
0
0
Did the changes to server ram effect the other server launcher? Or do I need to use the .bat for it to take effect