L2J Server - Game Server Console Error

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
Roswell
Posts: 1
Joined: Wed Jul 16, 2008 12:03 pm

L2J Server - Game Server Console Error

Post by Roswell »

L2J Revision 6291:
L2JDP Revision 9641:

L2j, Java jdk-8u20-ea-bin-b10-windows-x64-16_apr_2014, server dedie windows 2012 server.

Hi,

I have a error on the game server console:
Annotation processing got disabled,since it requires a 1.6 compliant JVM
Does anybody know who to fix or what is with that ?
Blink92
Posts: 1
Joined: Tue Oct 04, 2011 6:53 pm

Re: L2J Server - Game Server Console Error

Post by Blink92 »

just edit startGameServer.bat adding to the launch command on line 8 the option:

java -version:1.7 -Djav...

i think you must have installed jdk 7 too
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: L2J Server - Game Server Console Error

Post by UnAfraid »

Unstable branch can work with java 8.
Others including stable doesn't runs under java 8.
Image
Attila
Posts: 441
Joined: Mon May 05, 2014 10:15 am

Re: L2J Server - Game Server Console Error

Post by Attila »

sorry where do i need to put it
just edit startGameServer.bat adding to the launch command on line 8 the option:
java -version:1.7 -Djav...
can some put in to my startGameServer.bat please

Code: Select all

@echo offtitle Game Server Console :startecho Starting L2J Game Server.echo. java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer REM NOTE: If you have a powerful machine, you could modify/add some extra parameters for performance, like:REM -Xms1536mREM -Xmx3072mREM -XX:+AggressiveOptsREM Use this parameters carefully, some of them could cause abnormal behavior, deadlocks, etc.REM More info here: http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html if ERRORLEVEL 2 goto restartif ERRORLEVEL 1 goto errorgoto end :restartecho.echo Admin Restarted Game Server.echo.goto start :errorecho.echo Game Server Terminated Abnormally!echo. :endecho.echo Game Server Terminated.echo.pause
Attila
Posts: 441
Joined: Mon May 05, 2014 10:15 am

Re: L2J Server - Game Server Console Error

Post by Attila »

some help please :-(
Attila
Posts: 441
Joined: Mon May 05, 2014 10:15 am

Re: L2J Server - Game Server Console Error

Post by Attila »

i got it thanks all
bmthefirst
Posts: 1
Joined: Fri Aug 08, 2014 9:19 am

Re: L2J Server - Game Server Console Error

Post by bmthefirst »

Roswell wrote:L2J Revision 6291:
L2JDP Revision 9641:

L2j, Java jdk-8u20-ea-bin-b10-windows-x64-16_apr_2014, server dedie windows 2012 server.

Hi,

I have a error on the game server console:
Annotation processing got disabled,since it requires a 1.6 compliant JVM
Does anybody know who to fix or what is with that ?
Hi all,

This is my first post.
I'm not a newbie but a "very" newbie.
I receive same error. Anyway, first of all I read the forum. But, after I set the JAVA_HOME to c:\program files\java\jre8\bin and I inserted the "-version:1.8" before "-Djava...." nothing happening.
The message has no changes ... I need JVM 1.6.
So, I installed JRE6 runtime, I made same previous changes for 1.6 ... still nothing.
Can you please tell me other method to escape from this vicious circle :) ?

thanks a lot,
bm
Post Reply