Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Including J2ee packges in pluging development

Amish,

If I understand correctly, you just need to include the javamail
jar file in your project classpath.  In order to accomplish that
right-click on your project and select Properties.  When the
Properties dialog opens select Java Build Path in the list
to the right and then select Libraries in the tabs to the left.
Click on Add External Jars and navigate through the file system
until you find the javamail jar file.  Press Open on the File
dialog once you find the jar file and the jar should appear in
the jar file list in the Properties dialog.  Press Finish
and the jar should now be found in your project classpath.

Good luck.

Carlos

At 01:21 AM 11/8/2003, amish@xxxxxxxxxx wrote:

Hi,
I am developing a plugin where i can receive and send mail from Eclipse
platform. for that i have to use javamail api and hence need to inlcude
the package in javamail api and compile it. Eclipse couldnot resolve the
names of the classses and would like to know the ways in which i can get
this work done
Thanks in anticipation.
Regards Amish


-----------------------------------------
This email was sent using DACafeMail.
Get Your FREE 25 MB eMail Account Now.
http://cafemail.dcccafe.com
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev

Carlos Valcarcel              Voice:  1-516-983-9916
EinTech, Inc.                 Email:  carlos@xxxxxxxxxxx

Coming soon:  Eclipse Kick Start (for Eclipse 3.0)

"Use what talents you possess. The woods would be very silent if
no birds sang there except those that sang best."
- William Blake

Back to the top