Replaced jython engine with newest version.

This commit is contained in:
MobiusDev
2017-07-19 22:15:10 +00:00
parent 7f00e2bbcb
commit dc770c4a85
7 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<classpathentry kind="lib" path="dist/libs/ecj-4.4.jar"/>
<classpathentry kind="lib" path="dist/libs/java-engine-1.8.jar"/>
<classpathentry kind="lib" path="dist/libs/javolution-5.5.1.jar"/>
<classpathentry kind="lib" path="dist/libs/jython-engine.jar"/>
<classpathentry kind="lib" path="dist/libs/jython-engine-2.2.1.jar"/>
<classpathentry kind="lib" path="dist/libs/jython.jar"/>
<classpathentry kind="lib" path="dist/libs/L2J_GeoAbstraction.jar"/>
<classpathentry kind="lib" path="dist/libs/L2J_GeoDriver.jar"/>

View File

@@ -6,7 +6,7 @@ echo Starting Game Server.
echo.
REM java -Djava.util.logging.manager=com.l2jmobius.util.L2LogManager -Dpython.cachedir=../cachedir -Xms1024m -Xmx1536m -jar GameServer.jar
java -version:1.8 -server -Dfile.encoding=UTF-8 -Djava.util.logging.manager=com.l2jmobius.log.L2LogManager -XX:+AggressiveOpts -Xnoclassgc -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:SurvivorRatio=8 -Xmx4g -Xms2g -Xmn1g -jar GameServer.jar
java -version:1.8 -server -Dfile.encoding=UTF-8 -Djava.util.logging.manager=com.l2jmobius.log.L2LogManager -XX:+AggressiveOpts -Xnoclassgc -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+UseParNewGC -XX:SurvivorRatio=8 -Xmx4g -Xms2g -Xmn1g -cp ./../libs/*;GameServer.jar com.l2jmobius.gameserver.GameServer
REM NOTE: If you have a powerful machine, you could modify/add some extra parameters for performance, like:
REM -Xms1536m

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long