RegisterGameServer.bat help me please

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
chicanette
Posts: 1
Joined: Sun May 08, 2011 10:06 pm

RegisterGameServer.bat help me please

Post 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?
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: RegisterGameServer.bat help me please

Post 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
LionHeart
Posts: 4
Joined: Tue Oct 11, 2011 5:53 pm

Re: RegisterGameServer.bat help me please

Post 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
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: RegisterGameServer.bat help me please

Post by MELERIX »

if you want to change console window title, you just need to change title inside the batch file, thats all.
LionHeart
Posts: 4
Joined: Tue Oct 11, 2011 5:53 pm

Re: RegisterGameServer.bat help me please

Post 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
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: RegisterGameServer.bat help me please

Post by MELERIX »

you have missing l2jlogin.jar file then, or login is not compiled properly.
Post Reply