I have developped a openoffice.org addon in
java and need to add email notification for fatal errors in my app.
I used log4j SMTPAppender .i wrote a simple
test code and it works ok.
when i used this same code in my openoffice application i got the below exception .I'm including activation.jar and mail.jar into my app classpath.
when i user these 2 jars for simple code test it works great.but when i used the code inside my openoffice addon -it just gives this error.
I'm using jdk 1.6 and i can't figure out what's the cause of this problem
thanks for helping
-------------