Jump to content
  • 0

Dedicated server - Java problem


Question

Posted

Hi, I have a dedicated server with windows server 2003, When I run servers, found an error : Admin Restart ...

 

Starting Login Server.

 

'java' is not recognized as an

operable program or batch file."

 

Can you help me?Thanks

9 answers to this question

Recommended Posts

  • 0
Posted

Yeah, I fixed this problem, but now I have another problem :S. When Gameserver log siege Time can't log Goddard, Rune and Shuttgart castle. And say this message:

java.lang.outofmemory : Java heap space

 

  • 0
Posted

What zunix is try to say java.lang.outofmemory means your java dont have enough memory and heap space means you dont have enough heap space for java so what you need is to increase the java heapsize :D

  • 0
Posted

increase heap size:

 

open startGameServer.bat

 

there you see this line

 

java -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer

 

Xmx1024m define how many ram available for your gameserver increase it until the error gone

Guest
This topic is now closed to further replies.


×
×
  • Create New...