Hi all,

when trying to get a Logger instance in MyClass using:
    Logger logger = Logger.getLogger(MyClass.class.getName());

I get this exception:

java.lang.VerifyError: (class: org/apache/log4j/LogManager, method: <clinit>
signature: ()V) Incompatible argument to function

        at org.apache.log4j.Logger.getLogger(Logger.java:101)
        at myPackage.MyClass.getInstance(MyClass.java:34)
etc...

Has anybody an idea what went wrong ?

Thanks
Ingo

-- 
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to