Comments on: Java Mail Problem http://www.tonyspencer.com/2004/10/10/java-mail-problem/ It's Just Links Wed, 14 Sep 2011 13:47:04 +0000 http://wordpress.org/?v=2.9.1 hourly 1 By: Curlew http://www.tonyspencer.com/2004/10/10/java-mail-problem/comment-page-1/#comment-19537 Curlew Thu, 21 Jun 2007 18:42:10 +0000 http://www.tonyspencer.com/2004/10/10/java-mail-problem/#comment-19537 I have the later issue the Deep mentions. I need some of the stuff in j2ee.jar, but have the email issue. If I add the activation.jar to my classpath, I get an error: class "com.sun.activation.registries.MailcapFile"'s signer information does not match signer information of other classes in the same package How would I get around this, or how would one go about removing the mail and activation classes from his or her j2ee.jar? I have the later issue the Deep mentions. I need some of the stuff in j2ee.jar, but have the email issue. If I add the activation.jar to my classpath, I get an error:
class “com.sun.activation.registries.MailcapFile”’s signer information does not match signer information of other classes in the same package

How would I get around this, or how would one go about removing the mail and activation classes from his or her j2ee.jar?

]]>
By: Deep http://www.tonyspencer.com/2004/10/10/java-mail-problem/comment-page-1/#comment-125 Deep Wed, 20 Sep 2006 05:46:48 +0000 http://www.tonyspencer.com/2004/10/10/java-mail-problem/#comment-125 Removing j2ee.jar is not a solution right? What if some one needs j2ee.jar in the classpath and sending the e-mail is just another task. I guess one needs to make sure that the mail APIs are before j2ee.jar in the classpath. Removing j2ee.jar is not a solution right? What if some one needs j2ee.jar in the classpath and sending the e-mail is just another task. I guess one needs to make sure that the mail APIs are before j2ee.jar in the classpath.

]]>
By: Hassan http://www.tonyspencer.com/2004/10/10/java-mail-problem/comment-page-1/#comment-124 Hassan Thu, 20 Apr 2006 14:34:43 +0000 http://www.tonyspencer.com/2004/10/10/java-mail-problem/#comment-124 Hii , I was having the same problem and it was solved when removed J2ee.jar from project and from classpath Hii , I was having the same problem and it was solved when removed J2ee.jar from project and from classpath

]]>
By: pandit http://www.tonyspencer.com/2004/10/10/java-mail-problem/comment-page-1/#comment-123 pandit Wed, 05 Apr 2006 12:16:26 +0000 http://www.tonyspencer.com/2004/10/10/java-mail-problem/#comment-123 HI Remove the J2ee jar from class path. It will work Pandit HI
Remove the J2ee jar from class path.
It will work
Pandit

]]>