sasamba 6 Опубликовано 7 октября, 2020 Скрипты от старой сборки которые работают на 6 яве , не работают на 8 !Ядро с точностью на оборот ! Суть вопроса : Есть ли возможность полатать старые скрипты под 8 яву ? если да , то в какую сторону копать или "не копать" ?) Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Edgar 356 Опубликовано 7 октября, 2020 В сторону изучения java Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
imek 12 Опубликовано 7 октября, 2020 Прошивка) Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Akumu 1117 Опубликовано 7 октября, 2020 В чем заключается это сакральное "не работают" ? Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
sasamba 6 Опубликовано 7 октября, 2020 (изменено) 5 часов назад, Akumu сказал: В чем заключается это сакральное "не работают" ? Ошибки в ГС , ругаеться на ошибки в строчках кода !на 8 яве , на 6 яве всё окей )))) Прикепляю что пишет гс : GameServer: Loading Server Scripts Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM ---------- 1. ERROR in \Noble.java (at line 37) int id = Integer.valueOf(event.replace("adena_", "")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files ---------- 2. ERROR in \Noble.java (at line 37) int id = Integer.valueOf(event.replace("adena_", "")); ^^^^^^^ The method replace(char, char) in the type String is not applicable for the arguments (String, String) ---------- 3. ERROR in \Noble.java (at line 48) int id = Integer.valueOf(event.replace("gatepass_", "")); ^^^^^^^ The method replace(char, char) in the type String is not applicable for the arguments (String, String) ---------- 3 problems (3 errors)The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String) The method replace(char, char) in the type java.lang.String is not applicable for the arguments (java.lang.String, java.lang.String) Failed executing script: D:\server_07.09.2015\gameserver\data\scripts\teleports\noble\Noble.java. See Noble.java.error.log for details. Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM ---------- 1. ERROR in \ClanBonus.java (at line 1) package quests.ClanBonus; ^ The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files ---------- 1 problem (1 error)The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced from required .class files Failed executing script: D:\server_07.09.2015\gameserver\data\scripts\quests\ClanBonus\ClanBonus.java. See ClanBonus.java.error.log for details. Annotation processing got disabled, since it requires a 1.6 compliant JVM ---------- 1. ERROR in \GM.java (at line 313) build.append("<center><font color=\"LEVEL\">я┐╜я┐╜я┐╜я┐╜я┐╜я┐╜</font></center><br><br>"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files ---------- 1 problem (1 error)The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files Failed executing script: D:\server_07.09.2015\gameserver\data\scripts\commands\voice\GM.java. See GM.java.error.log for details. Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM Annotation processing got disabled, since it requires a 1.6 compliant JVM GameServer: Compiled Scripts Cache is disabled. Изменено 7 октября, 2020 пользователем sasamba Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты
Phoenix 63 Опубликовано 7 октября, 2020 Только что, sasamba сказал: Ошибки в ГС , ругаеться на ошибки в строчках кода !на 8 яве , на 6 яве всё окей )))) суть марали такова - не умеем платим - не хотим сидим дальше на Java 6 в чем проблема ?) проще взять новые скрипты а которых нет и вы хотите что бы они были Перепиливаем под java 8 и опять же суть выше - за вас просто так их перепиливать просто так не будет - ну 1 может подскажут и помогут но не более Поделиться сообщением Ссылка на сообщение Поделиться на другие сайты