@@ -55,7 +55,7 @@ Download
5555
5656See the JavaMail project page to download this release.
5757
58- https://javamail.java.net
58+ https://javaee.github.io/javamail/
5959
6060
6161Requirements
@@ -77,7 +77,7 @@ Installation
7777 ----------
7878
7979 1. Download the javax.mail.jar file from the JavaMail project website.
80- http ://java.net/projects /javamail/downloads/download/javax.mail.jar
80+ https ://github.com/javaee /javamail/releases
8181
8282 2. Set your CLASSPATH to include the "javax.mail.jar" file obtained from
8383 the download, as well as the current directory.
@@ -94,7 +94,7 @@ Installation
9494 export CLASSPATH=$CLASSPATH:/u/me/download/activation/activation.jar
9595
9696 3. Download the javamail-samples.zip file from the project website.
97- http ://java.net/projects /javamail/downloads/download/javamail-samples.zip
97+ https ://github.com/javaee /javamail/releases
9898
9999 4. Compile any sample program using your Java compiler. For example:
100100
@@ -120,7 +120,7 @@ Installation
120120 -------
121121
122122 1. Download the javax.mail.jar file from the JavaMail project website.
123- http ://java.net/projects /javamail/downloads/download/javax.mail.jar
123+ https ://github.com/javaee /javamail/releases
124124
125125 2. Set your CLASSPATH to include the "javax.mail.jar" file obtained from
126126 the download, as well as the current directory.
@@ -137,7 +137,7 @@ Installation
137137 set CLASSPATH=%CLASSPATH%;c:\download\activation\activation.jar
138138
139139 3. Download the javamail-samples.zip file from the project website.
140- http ://java.net/projects /javamail/downloads/download/javamail-samples.zip
140+ https ://github.com/javaee /javamail/releases
141141
142142 4. Compile any sample program using your Java compiler. For example:
143143
0 commit comments