Does anyone know if the old mail.jar (javamail) and its requisite
activation.jar are incorporated into J2SE 6 ? Thanks
Andrew Thompson - 26 Apr 2007 14:45 GMT
>Does anyone know if the old mail.jar (javamail) and its requisite
>activation.jar are incorporated into J2SE 6 ? Thanks
You might find out, quickly enough, by checking to see
if the classes are mentioned/listed in the J2SE JavaDocs
for Java 6.
<http://java.sun.com/javase/6/docs/api/overview-summary.html>
HTH

Signature
Andrew Thompson
http://www.athompson.info/andrew/
Greg R. Broderick - 26 Apr 2007 20:20 GMT
"R. Vince" <rvince99 a t hotmail d o t com> wrote in news:4630ab17$0$24766
$4c368faf@roadrunner.com:
> Does anyone know if the old mail.jar (javamail) and its requisite
> activation.jar are incorporated into J2SE 6 ? Thanks
No, but they're part of Glassfish (c.f. https://glassfish.dev.java.net/).
Cheers!

Signature
---------------------------------------------------------------------
Greg R. Broderick gregb+usenet200612@blackholio.dyndns.org
A. Top posters.
Q. What is the most annoying thing on Usenet?
---------------------------------------------------------------------
Arne Vajhøj - 28 Apr 2007 02:33 GMT
> Does anyone know if the old mail.jar (javamail) and its requisite
> activation.jar are incorporated into J2SE 6 ? Thanks
No.
javax.mail is still JEE not JSE.
Arne