Time for action downloading the JavaMail API
All you need to do is download a ZIP file from the Sun website, unzip it, and copy the mail.jar
file to the lib
folder in Tomcat, from where Roller can use it along with all the other common library files needed.
Open your web browser and type http://java.sun.com/products/ javamail/downloads/index.html. Scroll down through the page until you find the Download JavaMail 1.4.2 link:
Click on the Download button to go to the download page. Select the I agree to the JavaMail 1.4.2 License Agreement box and click on the Continue button:
On the next download page, click the
javamail-1.4.2.zip
link to open the Opening javamail-1.4.2.zip dialog. Select the Save File radio button and click on the OK button to start the download process.Once the download completes, go to the directory where you downloaded the
javamail-1.4.2.zip
file.Unzip the
javamail-1.4.2.zip
file and locate themail.jar
file inside thejavamail-1.4.2
folder. Right-click on themail.jar...