I am trying to send an email using javamail api.I have mail.jar,activation.jar and additionnal.jar added to the classpath.But when the app reaches the line where I create a MimeMessage object,it crashes and ClassNotFoundException is thrown for class java.awt.datatransfer.Transferable.Can anyone help how to fix this problem?Thanks!