Spring Framework 4.3.1邮件未解析

时间:2016-07-13 09:53:15

标签: spring

我将Spring Framework更新为4.3.1,现在我收到一个错误:

  

导入无法解决

用于以下导入:

import org.springframework.mail.MailException;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMailSenderImpl;
import org.springframework.mail.javamail.MimeMessageHelper;

我有springframework 4.3.1的以下库;

spring-core-4.3.1.RELEASE.jar,
aop, aspects, beans, context, context-support,expression, instrument, 
instrument-tomcat, jdbc, jms, messaging, orm, tx, websocket

我没有使用Maven。其他:Java 8,Liferay 4.3.1,Hibernate 5.2。我该如何解决?

2 个答案:

答案 0 :(得分:1)

邮件库位于spring-context-support-4.3.1.RELEASE.jar,因此请下载Player并在类路径中添加

答案 1 :(得分:0)

如果没有maven,您可能知道必须将jar放在classpath中。跟着罐子。 Java Mail Jar

检查上面链接上的这些步骤,你就可以得到它。

Spring Mail Integration

如果有效,请告诉我们反馈。

此致