[Help] Java error L2J 

Experienced Elementalist
Joined
May 11, 2006
Messages
218
Reaction score
0
Ok so i have java installed, I have run heros rev 191 on my computer. works fine. But now i have downloaded L2j-free and now it says

"java" is not recognized as an internal or external command,
operable program or batch file.

admin restart ...

starting l2j login server.
 
Re: [Help] Java error..

you can do this:

open the StartGameServer.bat with notepad and next find this:

java -Xmx512m -cp ibmaio.jar;bsf.jar;bsh-2.0.jar;javolution.jar;c3p0-0.9.0.4.jar;mysql-connector-java-3.1.10-bin.jar;l2j-gameserver.jar;jython.jar net.sf.l2j.gameserver.GameServer

and replace with this:


start java -Xmx512m -cp ibmaio.jar;bsf.jar;bsh-2.0.jar;javolution.jar;c3p0-0.9.0.4.jar;mysql-connector-java-3.1.10-bin.jar;l2j-gameserver.jar;jython.jar net.sf.l2j.gameserver.GameServer

I hope, with this guide i help you!!
 
Upvote 0
Back