Re: JavaMail/JMTA help request
Re: JavaMail/JMTA help request
- Subject: Re: JavaMail/JMTA help request
- From: Ralph Scheuer <email@hidden>
- Date: Wed, 3 Nov 2004 20:41:58 +0100
Am 03.11.2004 um 17:26 schrieb Colin Clark:
2. Add the Jar to your project. Merge the contents of the jar with
your project by going to the Targets tab, choosing the Application
Server target, selecting Frameworks & Libraries, and clicking the
"Merge" checkbox for your jar.
Don't merge the jars. You'll run into trouble if you do it. I don't
remember what sort of trouble but it simply doesn't work with the
JavaMail jars and gives you a strange error message.
1. copy the jars to a "Java" subfolder inside your project folder.
2. Add the jars to your app server target.
3. Add a "copy files" build phase to the application server target. In
the "where" dropdown, select "Resources" and enter "Java" into the
"Sub-" text field.
4. Drag and drop the jars to the "Files" area.
5. Build and run your project
Off the top of my head, I cannot remember whether I had to include the
jars in the <ProjectName> target as well and if this also works for
applications (I have only done this with frameworks).
Your advantage with this method: everything is self-contained, no need
to install the jars anywhere else.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden