Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javax.mail.NoSuchProviderException: No provider for Address type: rfc822

843830Apr 16 2004 — edited Apr 28 2004
Hello,
Thanx in advance for helping me. Dear Guys i am working on an applet which sends email to others. i have completed this applet in JBuilder8.0, so the result is..........
when i run this applet from JBuilder it is working and sending mails.... but when i run it by double clicking the HTML page then its not working ........ in HTML page code of applet tag is like this

<applet
codebase ="."
code = "ufone.web2sms.class"
id = "ufone"
name = "Ufone"
width = "450"
height = "310"
hspace = "0"
vspace = "0"
align = "middle"
>
</applet>

i am receiving this Exception ......
javax.mail.NoSuchProviderException: No provider for Address type: rfc822


You can see its picture at the following link.......
http://www.myjavaserver.com/~sohaiil/applet.gif

Please tell me its solutions...... very thankful to you.
Bye
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2004
Added on Apr 16 2004
7 comments
224 views