Discussion:
compilation probs
(too old to reply)
Amunike
2005-12-09 04:06:12 UTC
Permalink
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.
Kevin Dean [TeamB]
2005-12-09 12:07:40 UTC
Permalink
Post by Amunike
I'm new to JBuilder and I'm trying to compile my first application.I'm
trying to send an email via code
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.

You can find a good Java Mail tutorial here:

http://java.sun.com/developer/onlineTraining/JavaMail/contents.html
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/

NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html

Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
Paul Furbacher [TeamB]
2005-12-09 15:35:56 UTC
Permalink
Post by Kevin Dean [TeamB]
Post by Amunike
I'm new to JBuilder and I'm trying to compile my first application.I'm
trying to send an email via code
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.
Kevin Dean [TeamB]
2005-12-10 13:41:40 UTC
Permalink
Post by Paul Furbacher [TeamB]
The library comes pre-configured with JBuilder.
Whoops. Too used to the old days... ;-)
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/

NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html

Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
Amunike
2005-12-09 16:09:42 UTC
Permalink
Thnak you for the information Kevin
Post by Kevin Dean [TeamB]
Post by Amunike
I'm new to JBuilder and I'm trying to compile my first application.I'm
trying to send an email via code
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.
http://java.sun.com/developer/onlineTraining/JavaMail/contents.html
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
Loading...