Trying to make my program send emails to myself, using java, and I am being very unsuccessful. I keep getting an error related to the class
Exception in thread "main" java.lang.NoClassDefFoundError: javax/activation/DataHandler
at Running.main(Running.java:22)
.
Caused by: java.lang.ClassNotFoundException: javax.activation.DataHandler
The error I am getting is on this line of code:
Message msg = new MimeMessage(session);