Jump to content
  • 0

[Help]Compile Error


Question

Posted

cannot find symbol

    [javac] symbol  : class TIntIntHashMap

    [javac] location: class net.sf.l2j.gameserver.instancemanager.GrandBossManager

    [javac] _bossStatus = new TIntIntHashMap();

 

.....

 

well i got this error on l2jinterlude .....

trove.jar (where gnu.trove package is) is imported in my build path and there are no errors in the pack. I get these errors only while compiling only...

what's wrong?

3 answers to this question

Recommended Posts

  • 0
Posted

Missing some import check

actually it was not that. i fix it last night by accident.

 

the jar was not into the build path in my build.xml

btw thx for yoyr reply. someone lock it

Guest
This topic is now closed to further replies.


×
×
  • Create New...