Jump to content
  • 0

[help] Problems With DM Event


Question

Posted

hello maxcheaters! i have problem when adding this dm event http://www.maxcheaters.com/forum/index.php?topic=113583.0 . i have la2base interlude pay version and when i'm compiling i have 4 errors

 

    [javac] D:\LA2Base\GameServer\java\net\sf\l2j\gameserver\model\entity\DM.jav
a:51: package org.apache.commons.logging does not exist
    [javac] import org.apache.commons.logging.Log;
    [javac]                                  ^
    [javac] D:\LA2Base\GameServer\java\net\sf\l2j\gameserver\model\entity\DM.jav
a:52: package org.apache.commons.logging does not exist
    [javac] import org.apache.commons.logging.LogFactory;
    [javac]                                  ^
    [javac] D:\LA2Base\GameServer\java\net\sf\l2j\gameserver\model\entity\DM.jav
a:56: cannot find symbol
    [javac] symbol  : class Log
    [javac] location: class net.sf.l2j.gameserver.model.entity.DM
    [javac]        private final static Log _log = LogFactory.getLog(DM.class.ge
tName());
    [javac]                             ^
    [javac] D:\LA2Base\GameServer\java\net\sf\l2j\gameserver\model\entity\DM.jav
a:56: cannot find symbol
    [javac] symbol  : variable LogFactory
    [javac] location: class net.sf.l2j.gameserver.model.entity.DM
    [javac]        private final static Log _log = LogFactory.getLog(DM.class.ge
tName());
    [javac]                                        ^
    [javac] Note: D:\LA2Base\GameServer\java\net\sf\l2j\Config.java uses uncheck
ed or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors

3 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...