If something doesn't fit in any other forum then post it here.
chicanette
Posts: 1 Joined: Sun May 08, 2011 10:06 pm
Post
by chicanette » Sun May 08, 2011 10:30 pm
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?
tukune
Posts: 533 Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan
Post
by tukune » Mon May 09, 2011 12:35 am
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
Post
by LionHeart » Tue Oct 18, 2011 4:38 am
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
MELERIX
L2j Veteran
Posts: 6667 Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:
Post
by MELERIX » Tue Oct 18, 2011 6:38 am
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
Post
by LionHeart » Tue Oct 18, 2011 3:35 pm
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
MELERIX
L2j Veteran
Posts: 6667 Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:
Post
by MELERIX » Wed Oct 19, 2011 3:22 pm
you have missing l2jlogin.jar file then, or login is not compiled properly.