• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Class not found exception

pedjasmek

Newbie
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!
 
Ok.Can you tell me a way how to send email using the account from the default mail app and then delete the sent email because I don't need that mail to remain in the device
 
Thanks.It worked.I have already seen the first example but it didn't worked before because I used activation.jar that already had and not the one given at the end of the example.
 
Back
Top Bottom