» Find Revision
L2J Revision LAST:
L2JDP Revision LAST:
Hello, first of all, im new in l2j, and in java so, sorry for all the noobish things im about to post.
I downloaded the nightly build like 1 week ago, and i got to run the server with little or no trouble.
I Found that paliaka injured dragon was not there, so i searched the forum and found a patch, that was tested and worked around, so i downloaded that patch, and i found, besides de xml files of the quest, 2 archives : .patch : core and DP.
No idea how to apply them, so i come to do some reading on the forum, and i understand that i had to apply patch to the non compiled server, that i didnt had, after some much more reading, i downloaded eclipse, subclipse and all that i found in the wiki page to compile, java jdk to.
I conected to the svn server, made the first check, it downloaded all the data, then i syncronized again just in case.
I did this with server and datapack.
I run across some obstacles, but i got the whole packet running.
Now, im ready to compile the l2jserver build.xml
After some more errors ... like not finding javac .. and things like that, founded solutions in forum and finally i got it starting compiling, but now .... i have 7 compile errors that i just cant get around them.
Im posting the console so someone can give some direction of where to look for the problem .. or wtf im doing wrong ... Lots of thanks in advance !
PD: i didnt apply the paliaka patch or any other files, just as eclipse finished downloading all the server and datapack, and after sincronizing, i tryed compile with only that, no intervention at all.
Code: Select all
Buildfile: C:\Users\Juan\Desktop\l2 project\L2J_Server\build.xmlclean: [delete] Deleting directory C:\Users\Juan\Desktop\l2 project\L2J_Server\buildverifyRequirements:init: [mkdir] Created dir: C:\Users\Juan\Desktop\l2 project\L2J_Server\build [mkdir] Created dir: C:\Users\Juan\Desktop\l2 project\L2J_Server\build\classes [mkdir] Created dir: C:\Users\Juan\Desktop\l2 project\L2J_Server\build\dist [mkdir] Created dir: C:\Users\Juan\Desktop\l2 project\L2J_Server\build\dist\login [mkdir] Created dir: C:\Users\Juan\Desktop\l2 project\L2J_Server\build\dist\gameserverversion:compile: [javac] Compiling 1523 source files to C:\Users\Juan\Desktop\l2 project\L2J_Server\build\classes [javac] C:\Users\Juan\Desktop\l2 project\L2J_Server\java\com\l2jserver\gameserver\model\L2Skill.java:403: cannot find symbol [javac] symbol : variable _negateCasterId [javac] location: class com.l2jserver.gameserver.model.L2Skill [javac] _negateCasterId = new int[valuesSplit.length]; [javac] ^ [javac] C:\Users\Juan\Desktop\l2 project\L2J_Server\java\com\l2jserver\gameserver\model\L2Skill.java:406: cannot find symbol [javac] symbol : variable _negateCasterId [javac] location: class com.l2jserver.gameserver.model.L2Skill [javac] _negateCasterId[i] = Integer.parseInt(valuesSplit[i]); [javac] ^ [javac] C:\Users\Juan\Desktop\l2 project\L2J_Server\java\com\l2jserver\gameserver\model\L2Skill.java:410: cannot find symbol [javac] symbol : variable _negateCasterId [javac] location: class com.l2jserver.gameserver.model.L2Skill [javac] _negateCasterId = new int[0]; [javac] ^ [javac] C:\Users\Juan\Desktop\l2 project\L2J_Server\java\com\l2jserver\gameserver\model\L2Skill.java:717: cannot find symbol [javac] symbol : variable _negateCasterId [javac] location: class com.l2jserver.gameserver.model.L2Skill [javac] return _negateCasterId; [javac] ^ [javac] C:\Users\Juan\Desktop\l2 project\L2J_Server\java\com\l2jserver\gameserver\templates\item\L2Weapon.java:203: cannot find symbol [javac] symbol : variable _unequipSkill [javac] location: class com.l2jserver.gameserver.templates.item.L2Weapon [javac] _unequipSkill = new SkillHolder(id, level); [javac] ^ [javac] C:\Users\Juan\Desktop\l2 project\L2J_Server\java\com\l2jserver\gameserver\templates\item\L2Weapon.java:291: cannot find symbol [javac] symbol : variable _unequipSkill [javac] location: class com.l2jserver.gameserver.templates.item.L2Weapon [javac] return _unequipSkill == null ? null : _unequipSkill.getSkill(); [javac] ^ [javac] C:\Users\Juan\Desktop\l2 project\L2J_Server\java\com\l2jserver\gameserver\templates\item\L2Weapon.java:291: cannot find symbol [javac] symbol : variable _unequipSkill [javac] location: class com.l2jserver.gameserver.templates.item.L2Weapon [javac] return _unequipSkill == null ? null : _unequipSkill.getSkill(); [javac] ^ [javac] 7 errors BUILD FAILEDC:\Users\Juan\Desktop\l2 project\L2J_Server\build.xml:63: Compile failed; see the compiler error output for details. Total time: 4 seconds