Перейти к содержанию

Greon

Заблокирован
  • Публикаций

    35
  • Зарегистрирован

  • Посещение

  • Отзывы

    0%

Весь контент Greon

  1. Greon

    LostWorld

    Запускаю сборку Login: Error:Could not find or load main class org.mmocore.authserver.Authserver Server terminated abnormaly.... Server terminated.... Для продолжения нажмите любую клавишу... Game Server: Error:Could not find or load main class org.mmocore.gameservere.GameServer Server terminated abnormaly.... Server terminated.... Для продолжения нажмите любую клавишу... Что это может быть и как это решить?
  2. Greon

    Шара *L2Scripts - Ertheia*

    Тоже интересует,привязка есть?
  3. Greon

    eclipse

    Спасибо ,скомплил без ошибок.
  4. Greon

    eclipse

    <javac destdir="${build.commons}" optimize="off" debug="on" source="1.7" target="1.7" encoding="UTF-8" nowarn="off"> includeantruntime="false" <compilerarg value="-Xlint:all"/> <src path="${src.commons}"/> <classpath refid="classpath"/> </javac> я так понял?
  5. Greon

    eclipse

    Это типо мне нужно добавить это в свой Build? <presetdef name="javac"> <javac includeantruntime="false" /> </presetdef>
  6. Greon

    eclipse

    А по проще? тема создана в Форум для новичков
  7. Greon

    eclipse

    я в этом деле не силен,вот решил первый раз скомплить сборку. Скачал Эклипс,яву(jre|jdk) прописал пути в переменные среды. Взял сборку которую недавно шарили l2gw и решил скомплить. Но при компиле мне выдало 2 ошибочки. Вот хочу узнать у знатаков они критичные или нет? И если критично,как это исправить? Файл Build тут Buildfile: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build.xml clean: [delete] Deleting directory D:\RED\Server L2GW[Source]\l2gw-core\highfive\build init: [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\gameserver\classes [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver compile: [javac] D:\RED\Server L2GW[Source]\l2gw-core\highfive\build.xml:78: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1632 source files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\gameserver\classes jar: [jar] Building jar: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\l2server.jar [copy] Copying 1 file to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver clean_login: init_login: [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\loginserver\classes compile_login: [javac] D:\RED\Server L2GW[Source]\l2gw-core\highfive\build.xml:106: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 78 source files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\loginserver\classes login: [jar] Building jar: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\l2login.jar [copy] Copying 1 file to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login dist_common: [copy] Copying 11 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login [copy] Copying 5 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login [copy] Copying 11 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver [copy] Copying 3 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\log [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login\log [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults [copy] Copying 25 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\gmaccess [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\gmaccess\templates [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults\gmaccess [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults\gmaccess\templates [copy] Copying 1 file to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\gmaccess\templates [copy] Copying 1 file to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\gameserver\config\defaults\gmaccess\templates [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login\config [mkdir] Created dir: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login\config\defaults [copy] Copying 2 files to D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\dist\login\config\defaults dist: [zip] Building zip: D:\RED\Server L2GW[Source]\l2gw-core\highfive\build\l2-server.zip BUILD SUCCESSFUL Total time: 31 seconds
×
×
  • Создать...