Jump to content

Recommended Posts

So l want to play attack of the b team with my friends, and since l have the best pc, l'm going to host the server. So after downloading the server (and the client), l installed them, and the client work just fine, but the server had an error. When l launched the server (from the launch.bat icon) l would get this message "C:Windowssystem32java -Xms2048 -Xms#072 -jar BTeam.jar nogui Error: Unable to access jarfile Bteam.jar         C:Windowssystem32>pause   Press any key to continue. . .". So what is this problem?? And how do l solve it ??? l can definitely dedicate more RAM on the server and l'm 100% sure my system can run the server.

 

If you have any questions about my pc please let me know !!!

Edited by Jimakos37
Link to comment
Share on other sites

If your computer is 64bit, download latest version of java for 64bit windows (if using windows). This will allow you to add more memory to

give tot he server.

3gb is recommended for any modpacks.

open ur launcher.bat and replace the text with

 

java -Xmx3G -Xms1G -jar BTeam.jar nogui
pause

 

make sure ur .jar is called BTeam.jar

 

IF you have a 32bit pc, then make sure you have the latest version of java for 32bit windows (if using windows)

and then replace the text in the launcher.bat to

 

java -Xmx1024m -Xms512m -jar BTeam.jar nogui
pause

 

then hit launch.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...