4 Replies Latest reply on Mar 7, 2013 3:21 AM by marklacas

    AS7.1.1 Brontes - Can't resolve javax.mail

    marklacas

      Hello,

       

      I'm building a mail app and Eclipse is throwing an error on the lines:

       

      import javax.mail.Message;

      import javax.mail.MessagingException;

      import javax.mail.Session;

      import javax.mail.Transport;

      import javax.mail.internet.AddressException;

      import javax.mail.internet.InternetAddress;

      import javax.mail.internet.MimeMessage;

       

      It's saying that it can't resove and import the javax.mail lines.

       

      Anyone know how to resolve this?

       

      Thanks,

      -ml