Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
Hello i have this same problem when i put link for database or for server i get stack on message operation in progres, i dont know how long i have to wait but it looks like froozen, i am using win7 64x eclipse lattest version as well Subclipse 1.6.10, SlikSVN, Java JDK 6 Update 20, i tried to froward port 4000.
Buildfile: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\Lineage\workspace\L2_GameServer\build
verifyRequirements:
init:
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\classes
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\dist
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\dist\login
[mkdir] Created dir: C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\dist\gameserver
version:
compile:
[javac] Compiling 1462 source files to C:\Documents and Settings\Lineage\workspace\L2_GameServer\build\classes
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:411: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] private FastMap<String, ArrayList<L2Skill>> _schemeSets = new FastMap<String, ArrayList<L2Skill>>();
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14890: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] public ArrayList<L2Skill> getProfileBuffs(String set)
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:411: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] private FastMap<String, ArrayList<L2Skill>> _schemeSets = new FastMap<String, ArrayList<L2Skill>>();
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14910: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<L2Skill> temp = new ArrayList<L2Skill>(Config.AIOITEM_SCHEME_MAX_PROFILES);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14910: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<L2Skill> temp = new ArrayList<L2Skill>(Config.AIOITEM_SCHEME_MAX_PROFILES);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14957: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<String> tempProfiles = new ArrayList<String>(Config.AIOITEM_SCHEME_MAX_PROFILES);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14957: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<String> tempProfiles = new ArrayList<String>(Config.AIOITEM_SCHEME_MAX_PROFILES);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14969: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<L2Skill> tempSkill = new ArrayList<L2Skill>(Config.AIOITEM_SCHEME_MAX_PROFILE_BUFFS);
[javac] ^
[javac] C:\Documents and Settings\Lineage\workspace\L2_GameServer\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:14969: cannot find symbol
[javac] symbol : class ArrayList
[javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance
[javac] ArrayList<L2Skill> tempSkill = new ArrayList<L2Skill>(Config.AIOITEM_SCHEME_MAX_PROFILE_BUFFS);
[javac] ^
[javac] 9 errors
BUILD FAILED
C:\Documents and Settings\Lineage\workspace\L2_GameServer\build.xml:62: Compile failed; see the compiler error output for details.