Strange errors

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
L2C4CyBeR
Posts: 14
Joined: Wed Apr 28, 2010 4:06 pm

Strange errors

Post by L2C4CyBeR »

L2J Revision Newest:
L2JDP Revision Newest:
When compiling:

[javac] C:\Server\workspace\trunk\L2-xxx-Core\java\com\l2jserver\gameserver\model\CharEffectList.java:727: incompatible types
[javac] found : java.util.Collection<com.l2jserver.gameserver.model.L2Effect>
[javac] required: javolution.util.FastList<com.l2jserver.gameserver.model.L2Effect>
[javac] if (_debuffs == null) _debuffs = new FastList<L2Effect>().shared();
[javac] ^
[javac] C:\Server\workspace\trunk\L2-xxx-Core\java\com\l2jserver\gameserver\model\CharEffectList.java:745: incompatible types
[javac] found : java.util.Collection<com.l2jserver.gameserver.model.L2Effect>
[javac] required: javolution.util.FastList<com.l2jserver.gameserver.model.L2Effect>
[javac] if (_buffs == null) _buffs = new FastList<L2Effect>().shared();
[javac] ^
[javac] Note: C:\Server\workspace\trunk\L2-xxx-Core\java\com\l2jserver\gameserver\model\CharEffectList.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 errors

BUILD FAILED
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Strange errors

Post by janiii »

check your libs folder if you have it updated and if there are multiple javolution jar files (there shouldn't be!).
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
L2C4CyBeR
Posts: 14
Joined: Wed Apr 28, 2010 4:06 pm

Re: Strange errors

Post by L2C4CyBeR »

No multiple files :/

I just updated javolution-5.5.1. Now everything is working.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Strange errors

Post by JIV »

update libs.
Locked