Page 1 of 1
L2J Server - Game Server Console Error
Posted: Mon Apr 21, 2014 11:36 am
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 ?
Re: L2J Server - Game Server Console Error
Posted: Tue Apr 22, 2014 5:10 pm
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
Re: L2J Server - Game Server Console Error
Posted: Wed Apr 23, 2014 11:41 am
by UnAfraid
Unstable branch can work with java 8.
Others including stable doesn't runs under java 8.
Re: L2J Server - Game Server Console Error
Posted: Wed Jul 23, 2014 7:50 am
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
Re: L2J Server - Game Server Console Error
Posted: Wed Jul 23, 2014 4:58 pm
by Attila
some help please

Re: L2J Server - Game Server Console Error
Posted: Fri Jul 25, 2014 2:10 pm
by Attila
i got it thanks all
Re: L2J Server - Game Server Console Error
Posted: Thu Aug 14, 2014 9:10 am
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