Page 1 of 1

[HELP] package gnu.trove.map.hash does not exist

Posted: Thu Jul 12, 2012 6:32 am
by DreamStage
Hello L2J Community, im having trouble building my package. It shows me some weird errors like:

Code: Select all

 [javac] C:\workspace\L2J_GE_Server\java\com\l2jserver\Config.java:17: error: package gnu.trove.list.array does not exist    [javac] import gnu.trove.list.array.TIntArrayList;
The problem is, i have the libraries at their respective location, and are included at Java build path, and at .java import files.

Here i show u:

Image

Re: [HELP] package gnu.trove.map.hash does not exist

Posted: Thu Jul 12, 2012 7:12 am
by MELERIX
isn't evident ? :roll:

look your lib folder in the picture, you have libs twice mixed old with new at same time :roll:

Re: [HELP] package gnu.trove.map.hash does not exist

Posted: Thu Jul 12, 2012 2:19 pm
by DreamStage
ok i fix it, thx =)