Wierd Java Error When using -server command
Posted: Mon May 31, 2010 10:14 pm
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:
But whenever i try to run the server i get the following error:
(look at attachment)
ยป 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
(look at attachment)