Changeset 4144

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
Post Reply
User avatar
xone
Posts: 122
Joined: Thu Nov 05, 2009 5:04 am

Changeset 4144

Post by xone »

Type mismatch: cannot convert from Collection <L2Character> to Set<L2Character>
got this error on Changeset 4144 update

oh and I tryed to compile ...

compile:
[javac] Compiling 1461 source files to C:\Users\Admin\Desktop\work\L2_GAMESERVER\build\classes
[javac] C:\Users\Admin\Desktop\work\L2_GAMESERVER\java\com\l2jserver\gameserver\model\actor\L2Character.java:2249: incompatible types
[javac] found : java.util.Collection<com.l2jserver.gameserver.model.actor.L2Character>
[javac] required: java.util.Set<com.l2jserver.gameserver.model.actor.L2Character>
[javac] _attackByList = new FastSet<L2Character>().shared();
[javac] ^
[javac] 1 error

BUILD FAILED
C:\Users\Admin\Desktop\work\L2_GAMESERVER\build.xml:62: Compile failed; see the compiler error output for details.
You do not have the required permissions to view the files attached to this post.
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Changeset 4144

Post by JIV »

update libs.
User avatar
xone
Posts: 122
Joined: Thu Nov 05, 2009 5:04 am

Re: Changeset 4144

Post by xone »

lol thank you, it works!
Post Reply