Re: How to install JavaMail
Re: How to install JavaMail
- Subject: Re: How to install JavaMail
- From: Ralph Scheuer <email@hidden>
- Date: Thu, 8 Dec 2005 15:44:09 +0100
For portability reasons, you might also want to consider sticking the
jars into a framework:
just copy them into a subdir called "Java" and make a copy files
build phase to your application server target in XCode. Add your jars
to that build phase and set the copy target to "Resources / Java". If
they are moved there in the built framework and you can call the
classes, everything's ok.
Thus, you get a self-contained framework that you can move to various
deployment machines without worrying for their ext dirs.
Am 08.12.2005 um 15:05 schrieb Robert Walker:
Download JavaMail here:
http://java.sun.com/products/javamail/downloads/index.html
Install mail.jar and activation.jar in either:
Option 1:
/Library/WebObjects/Extenstions
or
Option 2:
/Library/Java/Extensions
Option 1 makes JavaMail available to all WebObjects applications on
the box. Option 2 make JavaMail available for all Java application
on the box.
On Dec 8, 2005, at 8:44 AM, Peteris Krisjanis wrote:
It could be rahter simple and stupid question, but how install
JavaMail, where to find mail.jar un activation.jar according to
this page which should be used.
http://developer.apple.com/documentation/WebObjects/Reference/API/
com/webobjects/appserver/WOMailDelivery.html
Also I can't find according class javax.mail with JavaBrowser
Xcode: 2.2
WO: 5.3.1
Already thanks for any hints,
Peter.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
email@hidden
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmx.net
This email sent to email@hidden
_______________________________________________
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