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

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
DreamStage
Posts: 222
Joined: Mon Oct 11, 2010 2:38 am
Location: Portugal

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

Post 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
Last edited by DreamStage on Mon Jul 16, 2012 10:55 pm, edited 1 time in total.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

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

Post 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:
User avatar
DreamStage
Posts: 222
Joined: Mon Oct 11, 2010 2:38 am
Location: Portugal

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

Post by DreamStage »

ok i fix it, thx =)
Post Reply