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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock