Sign in to follow this  
Followers 0
LordWinter

Update to JDK 25

1 post in this topic

java.gif

 

uk.png

Updating all branches of the emulator to support Java version 25! Dear customers, be careful when updating! A link to the current jdk version is attached below in topic!

Also, the update has completely separated commons.jar from game server and server login. Some imports have changed! When updating, pay special attention to scripts and mods in the datapack!

The main imports that have changed in large numbers:

Was:

import l2e.commons.util.HtmlUtil;
import l2e.commons.util.TimeUtils;
import l2e.commons.util.Util;

Now:

import l2e.gameserver.utils.HtmlUtil;
import l2e.gameserver.utils.TimeUtils;
import l2e.gameserver.utils.Util;

It is also necessary to update the protection support jar for administrators who use SmarGuard protection.

For branch Hight Five5 - smrtHF5.7z

For branch Salvation  - smrtSalvation.7z

 

ru.png

Обновление всех веток эмулятора на поддержку 25 Java версии! Уважаемые клиенты, при обновлении будьте внимательны! Ссылка на актуальную jdk версию прилагается ниже в теме!

Так же в обновлении произошло полное отделение commons.jar от гейм сервера и логин сервера. Изменились некоторые импорты! При обновлении особое внимание к скриптам и модам в датапаке!

Основные распространенные импорты которые массово изменились:

Было:

import l2e.commons.util.HtmlUtil;
import l2e.commons.util.TimeUtils;
import l2e.commons.util.Util;

Стало:

import l2e.gameserver.utils.HtmlUtil;
import l2e.gameserver.utils.TimeUtils;
import l2e.gameserver.utils.Util;

Так же для администраторов, которые используют защиту SmarGuard необходимо обновить jar поддержки защиты

Для ветки Hight Five5 - smrtHF5.7z

Для ветки Salvation  - smrtSalvation.7z

 

Download JDK 25.0.1

1 person likes this

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0