| View previous topic :: View next topic |
| Author |
Message |
Amunike Guest
|
Posted: Fri Dec 09, 2005 9:06 am Post subject: compilation probs |
|
|
hi everyone
I'm new to JBuilder and I'm trying to compile my first application.I'm trying to send an email via code
this line doesn't:
javax.mail.internet
does anybody know why? Could anybody also point to me where I could find some code to send an email?
Thank for any help. |
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
|
| Back to top |
|
 |
Paul Furbacher [TeamB] Guest
|
Posted: Fri Dec 09, 2005 8:35 pm Post subject: Re: compilation probs |
|
|
Kevin Dean [TeamB] wrote:
| Quote: | Amunike wrote:
I'm new to JBuilder and I'm trying to compile my first application.I'm
trying to send an email via code
this line doesn't:
javax.mail.internet
does anybody know why? Could anybody also point to me where I could
find some code to send an email?
First of all, you need to add the Java Mail API as a library; see "Tools
| Configure | Libraries..." and check the online help.
|
Or you could add the existing "JavaMail" library
(available in the "JBuilder" node of the "Add to
Project Classpath" dialog reachable from Project
Properties > Required Libraries > Add ... button).
The library comes pre-configured with JBuilder.
--
Paul Furbacher (TeamB)
Save time, search the archives:
http://info.borland.com/newsgroups/ngsearch.html
Is it in Joi Ellis's Faq-O-Matic?
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Finally, please send responses to the newsgroup only.
That means, do not send email directly to me.
Thank you. |
|
| Back to top |
|
 |
Amunike Guest
|
Posted: Fri Dec 09, 2005 9:09 pm Post subject: Re: compilation probs |
|
|
Thnak you for the information Kevin
"Kevin Dean [TeamB]" <NkOdSePaAnM (AT) datadevelopment (DOT) com> wrote:
|
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
|
| Back to top |
|
 |
|