Wierd Java Error When using -server command

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
DLV123
Posts: 57
Joined: Thu Jul 26, 2007 7:44 pm

Wierd Java Error When using -server command

Post 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)
You do not have the required permissions to view the files attached to this post.
User avatar
DLV123
Posts: 57
Joined: Thu Jul 26, 2007 7:44 pm

Re: Wierd Java Error When using -server command

Post by DLV123 »

Problem resolved. I was using an old server jvm.dll

Had to update.
Post Reply