I have a Class written which imports some classes from JavaMail. When the application runs, it downloads the file automatically and saves it in a directory called depend. But I can't get it to import the classes from the Javamail jar I downloaded. For Example, I have:
import javax.mail.Message;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
At the top of the file, these classes are located in (Path to program/depend/javax.mail.jar)