[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...
Question
FelonBIG
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