Jump to content

Question

Posted

Annotation processing got disabled, since it requires a 1.6 compliant JVM

 

WTF is that here is my gameserver

@echo off
title aCis gameserver console
:start
REM -------------------------------------
REM Default parameters for a basic server.
java  -Xmx512m -cp ./libs/*; net.sf.l2j.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM  java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin have restarted, please wait.
echo.
goto start
:error
echo.
echo Server have terminated abnormaly.
echo.
:end
echo.
echo Server terminated.
echo.
pause

6 answers to this question

Recommended Posts

  • 0
Posted

Bcs you have both java. Uninstall all and keep only 7.

True that's the solution, so annoying bug i came up with it too. You can either do that or modify the pack to support Java 8.

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..