I get
Import is not possible.
for the following imports,
import org.springframework.mail.MailSender; import org.springframework.mail.SimpleMailMessage;
I have the following libraries in the classpath, but I'm not sure which jar file has the above import. Somebody knows?
org.springframework.aop-3.1.1.RELEASE.jar org.springframework.asm-3.1.1.RELEASE.jar org.springframework.beans-3.1.1.RELEASE.jar org.springframework.context-3.1.1.RELEASE.jar org.springframework.core-3.1.1.RELEASE.jar org.springframework.expression-3.1.1.RELEASE.jar org.springframework.jdbc-3.1.1.RELEASE.jar org.springframework.orm-3.1.1.RELEASE.jar org.springframework.web-3.1.1.RELEASE.jar
source share