Page 1 of 1

RegisterGameServer.bat help me please

Posted: Sun May 08, 2011 10:30 pm
by chicanette
hello everyone
I can not find how to put the server name on the registerGameServer.bat,
I have this in code

Code: Select all

 @echo onclsjava -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;l2jlogin.jar com.l2jserver.gsregistering.BaseGameServerRegister -cexit
Can you help me?

Re: RegisterGameServer.bat help me please

Posted: Mon May 09, 2011 12:35 am
by tukune
patch

Code: Select all

@echo on- cls  java -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;l2jlogin.jar com.l2jserver.gsregistering.BaseGameServerRegister -c- exit+ @pause

Re: RegisterGameServer.bat help me please

Posted: Tue Oct 18, 2011 4:38 am
by LionHeart
chicanette wrote:hello everyone
I can not find how to put the server name on the registerGameServer.bat,
I have this in code

Code: Select all

 @echo onclsjava -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;l2jlogin.jar com.l2jserver.gsregistering.BaseGameServerRegister -cexit
Can you help me?
i have the same problem when i make that path erase the exit command and remplace with @pause i got this error: no se ha encontrado o cargado la clase principal com.l2jserver.gsregistering.BaseGameServerRegister that spanish wors just say main class dont load or found

Re: RegisterGameServer.bat help me please

Posted: Tue Oct 18, 2011 6:38 am
by MELERIX
if you want to change console window title, you just need to change title inside the batch file, thats all.

Re: RegisterGameServer.bat help me please

Posted: Tue Oct 18, 2011 3:35 pm
by LionHeart
MELERIX wrote:if you want to change console window title, you just need to change title inside the batch file, thats all.
i dont want chage console things i just want make that srcipt run and said he dont found main class com.l2jserver.gsregistering.BaseGameServerRegister

Re: RegisterGameServer.bat help me please

Posted: Wed Oct 19, 2011 3:22 pm
by MELERIX
you have missing l2jlogin.jar file then, or login is not compiled properly.