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 ?
L2J Server - Game Server Console Error
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 1
- Joined: Tue Oct 04, 2011 6:53 pm
Re: L2J Server - Game Server Console Error
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
java -version:1.7 -Djav...
i think you must have installed jdk 7 too
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: L2J Server - Game Server Console Error
Unstable branch can work with java 8.
Others including stable doesn't runs under java 8.
Others including stable doesn't runs under java 8.
-
- Posts: 441
- Joined: Mon May 05, 2014 10:15 am
Re: L2J Server - Game Server Console Error
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
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
-
- Posts: 441
- Joined: Mon May 05, 2014 10:15 am
Re: L2J Server - Game Server Console Error
some help please 

-
- Posts: 441
- Joined: Mon May 05, 2014 10:15 am
Re: L2J Server - Game Server Console Error
i got it thanks all
-
- Posts: 1
- Joined: Fri Aug 08, 2014 9:19 am
Re: L2J Server - Game Server Console Error
Hi all,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 ?
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