How I can import classes from handlers.voicedcommandhandler?

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
thor
Posts: 19
Joined: Tue May 26, 2009 7:12 pm

How I can import classes from handlers.voicedcommandhandler?

Post by thor »

I'm trying use the methods created in the class placed on handlers.voicedcommandhandlers from net.sf.l2j.gameserver.network.clientpackets.RequestByPassToServer, but when I compile, I get an error, it highlight this warning:
[javac] import handlers.voicedcommandhandlers.ListPKs_PKSeeker;

and it belongs to RequestByPassToServer:
import handlers.voicedcommandhandlers.ListPKs_PKSeeker;

So I think I need config something.


Thanks for answering.
Post Reply