Page 1 of 1

Wierd Java Error When using -server command

Posted: Mon May 31, 2010 10:14 pm
by DLV123
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Ok well im trying to run my server using this command line:

Code: Select all

java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
But whenever i try to run the server i get the following error:
(look at attachment)

Re: Wierd Java Error When using -server command

Posted: Tue Jun 01, 2010 2:10 am
by DLV123
Problem resolved. I was using an old server jvm.dll

Had to update.