Jump to content
  • 0

PDA Problem


xAddytzu

Question

I take this error,  I don't know the case

 

compile:
    [javac] Compiling 1232 source files to C:\Documents and Settings\xdditzu\Desktop\Lineage2\L2Java\L2_GameServer_It\build\classes
    [javac] C:\Documents and Settings\xdditzu\Desktop\Lineage2\L2Java\L2_GameServer_It\java\net\sf\l2j\gameserver\handler\itemhandlers\PDA.java:56: cannot find symbol
    [javac] symbol  : constructor NpcHtmlMessage(int,int)
    [javac] location: class net.sf.l2j.gameserver.serverpackets.NpcHtmlMessage
    [javac] 			NpcHtmlMessage itemReply = new NpcHtmlMessage(5, itemId);
    [javac] 			                           ^
    [javac] Note: C:\Documents and Settings\xdditzu\Desktop\Lineage2\L2Java\L2_GameServer_It\java\net\sf\l2j\gameserver\GeoEngine.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error

 

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...