JAVA: MAIL: How can i solve ClassNotFoundException : javax.mail.internet.AddressException?

前端 未结 1 1977
离开以前
离开以前 2021-01-27 17:15

I have some code to send an Email, It works perfectly in my system. But the problem is I copied this program to another system and which gives the following error on runtime.

1条回答
  •  春和景丽
    2021-01-27 17:43

    It seems that your dependency jar file are not download or it has some conflict with your dependency.

    javax.mail.internet.AddressException locate in the javax.mail-1.4.x.jar.

    Can you post your library list or your dependency?

    0 讨论(0)
提交回复
热议问题