Кто нить пытался компилить сборку коров слитую в шару.(3.0)??
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:25: cannot find symbol
[javac] symbol : class Config
[javac] location: package com.l2jcore
[javac] import com.l2jcore.Config;
[javac] ^
и таких ошибок там 100. есть мнения?? по воводу устранения
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:25: cannot find symbol
[javac] symbol : class Config
[javac] location: package com.l2jcore
[javac] import com.l2jcore.Config;
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:26: package com.l2jcore.Game.network.clientpackets does not exist
[javac] import com.l2jcore.Game.network.clientpackets.L2GameClientPacket;
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:28: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.SendStatus;
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:36: cannot find symbol
[javac] symbol: class L2GameClientPacket
[javac] public final class ProtocolVersion extends L2GameClientPacket
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:6: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.L2GameServerPacket;
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:8: package mmo does not exist
[javac] import mmo.AbstractPacket;
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:9: package mmo does not exist
[javac] import mmo.MMOClient;
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:10: package mmo does not exist
[javac] import mmo.SendablePacket;
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:12: cannot find symbol
[javac] symbol: class L2GameServerPacket
[javac] public final class KeyPacket extends L2GameServerPacket
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\BanHwid.java:6: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.NpcHtmlMessage;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\BanHwid.java:7: package com.l2jcore.Game.cache does not exist
[javac] import com.l2jcore.Game.cache.HtmCache;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\BanHwid.java:8: package com.l2jcore.Game.handler does not exist
[javac] import com.l2jcore.Game.handler.IAdminCommandHandler;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\BanHwid.java:9: package com.l2jcore.Game.model.actor.instance does not exist
[javac] import com.l2jcore.Game.model.actor.instance.L2PcInstance;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\BanHwid.java:11: cannot find symbol
[javac] symbol: class IAdminCommandHandler
[javac] public class BanHwid implements IAdminCommandHandler
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\BanHwid.java:20: cannot find symbol
[javac] symbol : class L2PcInstance
[javac] location: class com.l2jcore.protection.BanHwid
[javac] public boolean useAdminCommand(String command, L2PcInstance admin)
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\Loader.java:12: package com.l2jcore.crypt does not exist
[javac] import com.l2jcore.crypt.Base64;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\Loader.java:13: package com.l2jcore.crypt does not exist
[javac] import com.l2jcore.crypt.NewCrypt;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\ProtectConfig.java:3: cannot find symbol
[javac] symbol : class L2Properties
[javac] location: package com.l2jcore
[javac] import com.l2jcore.L2Properties;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGSender.java:3: cannot find symbol
[javac] symbol : class Config
[javac] location: package com.l2jcore
[javac] import com.l2jcore.Config;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGSender.java:4: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.GameGuardQuery;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGSender.java:6: cannot find symbol
[javac] symbol: class GameGuardQuery
[javac] public class GGSender extends GameGuardQuery {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGTask.java:5: package com.l2jcore.Game.network does not exist
[javac] import com.l2jcore.Game.network.L2GameClient;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGTask.java:6: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.GameGuardQuery;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGTask.java:7: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.LeaveWorld;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGTask.java:8: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.NpcHtmlMessage;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGTask.java:9: package com.l2jcore.Game.thread does not exist
[javac] import com.l2jcore.Game.thread.ThreadPoolManager;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGTask.java:13: cannot find symbol
[javac] symbol : class L2GameClient
[javac] location: class com.l2jcore.protection.bin.GGTask
[javac] public static Future<?> startTask(L2GameClient cl) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGTask.java:20: cannot find symbol
[javac] symbol : class L2GameClient
[javac] location: class com.l2jcore.protection.bin.GGTask
[javac] private L2GameClient _client;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GGTask.java:22: cannot find symbol
[javac] symbol : class L2GameClient
[javac] location: class com.l2jcore.protection.bin.GGTask
[javac] private GGTask(L2GameClient cl) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:7: package com.l2jcore.Game.database does not exist
[javac] import com.l2jcore.Game.database.DatabaseUtils;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:8: package com.l2jcore.Game.database does not exist
[javac] import com.l2jcore.Game.database.FiltredPreparedStatement;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:9: package com.l2jcore.Game.database does not exist
[javac] import com.l2jcore.Game.database.ThreadConnection;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:10: package com.l2jcore.Game.model.entity does not exist
[javac] import com.l2jcore.Game.model.entity.Announcements;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:11: package com.l2jcore.Game.network does not exist
[javac] import com.l2jcore.Game.network.Disconnection;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:12: package com.l2jcore.Game.network does not exist
[javac] import com.l2jcore.Game.network.L2GameClient;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:13: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.GameGuardQuery;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:14: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.LeaveWorld;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:15: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.NpcHtmlMessage;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:16: package com.l2jcore.Game.thread does not exist
[javac] import com.l2jcore.Game.thread.LoginServerThread;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:17: package com.l2jcore.Game.thread does not exist
[javac] import com.l2jcore.Game.thread.ThreadPoolManager;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:19: package com.l2jcore.util.database does not exist
[javac] import com.l2jcore.util.database.L2DatabaseFactory;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:44: cannot find symbol
[javac] symbol : class L2GameClient
[javac] location: class com.l2jcore.protection.bin.GameGuardManager
[javac] public static void sendRequest(L2GameClient cl) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:72: cannot find symbol
[javac] symbol : class L2GameClient
[javac] location: class com.l2jcore.protection.bin.GameGuardManager
[javac] public static void initHWID(String hwid,L2GameClient cl)
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:108: cannot find symbol
[javac] symbol : class L2GameClient
[javac] location: class com.l2jcore.protection.bin.GameGuardManager
[javac] public static boolean checkGameGuardQuery(L2GameClient cl, int [] reply) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\GameGuardManager.java:200: cannot find symbol
[javac] symbol : class L2GameClient
[javac] location: class com.l2jcore.protection.bin.GameGuardManager
[javac] public static void closeSession(L2GameClient cl) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:14: package com.l2jcore.crypt does not exist
[javac] import com.l2jcore.crypt.nProtect;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:15: package com.l2jcore.Game.datatables.sql does not exist
[javac] import com.l2jcore.Game.datatables.sql.ClanTable;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:16: package com.l2jcore.Game.exceptions does not exist
[javac] import com.l2jcore.Game.exceptions.ClanNotFoundException;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:17: package com.l2jcore.Game.model does not exist
[javac] import com.l2jcore.Game.model.L2Clan;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:18: package com.l2jcore.Game.model does not exist
[javac] import com.l2jcore.Game.model.L2SiegeClan;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:19: package com.l2jcore.Game.model.actor.instance does not exist
[javac] import com.l2jcore.Game.model.actor.instance.L2PcInstance;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:20: package com.l2jcore.Game.model.entity.olympiad does not exist
[javac] import com.l2jcore.Game.model.entity.olympiad.Olympiad;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:21: package com.l2jcore.Game.Event.Siege does not exist
[javac] import com.l2jcore.Game.Event.Siege.FortSiege;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:22: package com.l2jcore.Game.Event.Siege does not exist
[javac] import com.l2jcore.Game.Event.Siege.Siege;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:23: package com.l2jcore.Game.network does not exist
[javac] import com.l2jcore.Game.network.L2GameClient;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:24: package com.l2jcore.Game.network.serverpackets does not exist
[javac] import com.l2jcore.Game.network.serverpackets.NpcHtmlMessage;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:30: cannot find symbol
[javac] symbol : class L2Clan
[javac] location: class com.l2jcore.protection.bin.Restriction
[javac] private static L2Clan clan;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:33: cannot find symbol
[javac] symbol : class L2PcInstance
[javac] location: class com.l2jcore.protection.bin.Restriction
[javac] public static boolean check(L2PcInstance player, nProtect.RestrictionType type, Object... params) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:33: package nProtect does not exist
[javac] public static boolean check(L2PcInstance player, nProtect.RestrictionType type, Object... params) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:65: cannot find symbol
[javac] symbol : class L2PcInstance
[javac] location: class com.l2jcore.protection.bin.Restriction
[javac] private static boolean checkOlympiadRestriction(L2PcInstance player, Object...params ) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:77: cannot find symbol
[javac] symbol : class L2PcInstance
[javac] location: class com.l2jcore.protection.bin.Restriction
[javac] private static boolean checkEnter(L2PcInstance player, Object...params ) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:98: cannot find symbol
[javac] symbol : class L2SiegeClan
[javac] location: class com.l2jcore.protection.bin.Restriction
[javac] private static void checkClan(L2SiegeClan cl) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:117: cannot find symbol
[javac] symbol : class Siege
[javac] location: class com.l2jcore.protection.bin.Restriction
[javac] private static boolean checkSiegeRestriction( Siege siege) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:126: cannot find symbol
[javac] symbol : class FortSiege
[javac] location: class com.l2jcore.protection.bin.Restriction
[javac] private static boolean checkFortSiegeRestriction( FortSiege siege) {
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\bin\Restriction.java:135: cannot find symbol
[javac] symbol : class L2GameClient
[javac] location: class com.l2jcore.protection.bin.Restriction
[javac] private static void addLog(L2GameClient cl,String hwid)
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\main.java:7: package com.l2jcore.crypt does not exist
[javac] import com.l2jcore.crypt.nProtect;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\main.java:8: package com.l2jcore.Game.model.actor.instance does not exist
[javac] import com.l2jcore.Game.model.actor.instance.L2PcInstance;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\main.java:9: package com.l2jcore.Game.network does not exist
[javac] import com.l2jcore.Game.network.L2GameClient;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\main.java:10: package com.l2jcore.util does not exist
[javac] import com.l2jcore.util.Util;
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\main.java:16: package nProtect does not exist
[javac] public static void init(nProtect.nProtectAccessor protector ) {
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:52: cannot find symbol
[javac] symbol : method readD()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] _version = readD();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:57: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] getClient().closeNow();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:61: cannot find symbol
[javac] symbol : method readH()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] _version = readH();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:62: cannot find symbol
[javac] symbol : method readH()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] __patch= readH();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:63: cannot find symbol
[javac] symbol : method readH()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] __instances= readH();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:64: cannot find symbol
[javac] symbol : method readB(byte[])
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] readB(__data);
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:47: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:79: cannot find symbol
[javac] symbol : variable Config
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] if(Config.DEBUG)
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:83: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] getClient().closeNow();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:87: cannot find symbol
[javac] symbol : variable Config
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] if(Config.RWHO_LOG)
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:89: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] _log.info(getClient().toString() + " RWHO received");
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:91: cannot find symbol
[javac] symbol : class SendStatus
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] getClient().close(new SendStatus());
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:91: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] getClient().close(new SendStatus());
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:93: cannot find symbol
[javac] symbol : variable Config
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] else if(_version < Config.MIN_PROTOCOL_REVISION || _version > Config.MAX_PROTOCOL_REVISION)
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:93: cannot find symbol
[javac] symbol : variable Config
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] else if(_version < Config.MIN_PROTOCOL_REVISION || _version > Config.MAX_PROTOCOL_REVISION)
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:95: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] _log.info("Client: " + getClient().toString() + " -> Protocol Revision: " + _version + " is invalid. Minimum is " + Config.MIN_PROTOCOL_REVISION + " and Maximum is " + Config.MAX_PROTOCOL_REVISION + " are supported. Closing connection.");
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:95: cannot find symbol
[javac] symbol : variable Config
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] _log.info("Client: " + getClient().toString() + " -> Protocol Revision: " + _version + " is invalid. Minimum is " + Config.MIN_PROTOCOL_REVISION + " and Maximum is " + Config.MAX_PROTOCOL_REVISION + " are supported. Closing connection.");
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:95: cannot find symbol
[javac] symbol : variable Config
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] _log.info("Client: " + getClient().toString() + " -> Protocol Revision: " + _version + " is invalid. Minimum is " + Config.MIN_PROTOCOL_REVISION + " and Maximum is " + Config.MAX_PROTOCOL_REVISION + " are supported. Closing connection.");
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:97: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] getClient().closeNow();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:101: cannot find symbol
[javac] symbol : variable Config
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] if(Config.DEBUG)
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:106: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] KeyPacket pk = new KeyPacket((getClient()).enableCrypt());
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:107: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] (getClient()).sendPacket(pk);
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:116: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] Protector.getInstance().onProtocolVersionPacket(getClient(), _version, __version, __patch, __instances, __data); // this packet is never encrypted
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:121: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.clientpacket.ProtocolVersion
[javac] getClient().closeNow();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\clientpacket\ProtocolVersion.java:128: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:34: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.serverpacket.KeyPacket
[javac] Protector.getInstance().onKeyPacket(getClient(), _key, arrayOfByte);
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:38: cannot find symbol
[javac] symbol : method getClient()
[javac] location: class com.core.Game.network.serverpacket.KeyPacket
[javac] getClient().closeNow();
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:41: cannot find symbol
[javac] symbol : method writeC(int)
[javac] location: class com.core.Game.network.serverpacket.KeyPacket
[javac] writeC(0);
[javac] ^
[javac] D:\??????!\GVE\src\com\core\Game\network\serverpacket\KeyPacket.java:42: cannot find symbol
[javac] symbol : method writeB(byte[])
[javac] location: class com.core.Game.network.serverpacket.KeyPacket
[javac] writeB(arrayOfByte);
[javac] ^
[javac] D:\??????!\GVE\src\com\l2jcore\protection\BanHwid.java:24: cannot find symbol
[javac] symbol : variable HtmCache
[javac] location: class com.l2jcore.protection.BanHwid
[javac] String html = HtmCache.getInstance().getHtm("data/html/umi/main.htm");
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors