java.lang.VerifyError

2002-05-11 Thread Ingo Etienne
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: signature: ()V) Incompatible argument to function at org.apache.log4j

java.lang.VerifyError

2002-05-11 Thread Ingo Etienne
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: signature: ()V) Incompatible argument to function at org.apache.log4j

Re: Problems with SMTPAppender

2002-05-11 Thread Thomas Marsh
I seem to have it fixed. My project is running inside of Websphere Studio Application Devloper, and it seems I was picking up a WSAD mail class. I put the mail jars ahead of the WSAD jars in my project, and it fixed the problem. Thomas Marsh wrote: > > List: > > I've used one of the examples fo