Re: javax
From: AnonymousOne (nobody_at_nowhere.org)
Date: 10/01/04
- Next message: AnonymousOne: "Re: enviromet variables"
- Previous message: rubylips: "Re: Differentiation in java"
- Maybe in reply to: Mike Enarson: "Re: javax"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Sep 2004 22:12:10 GMT
stud wrote:
> import java.util.logging.*;
> import java.io.*;
> import java.util.Properties;
> import javax.mail.*;
> import javax.mail.internet.*;
>
>
The javax.mail packages you are trying to access are NOT part of the
standard runtime environment. You needn't download the entire J2EE to
get this functionality, though. If you do a search on the Java developer
website (http://java.sun.com), you can look for the Java Activation
Framework and the JavaMail packages, and download them separately.
I know these do work quite well, because I use these packages in my applets.
- Next message: AnonymousOne: "Re: enviromet variables"
- Previous message: rubylips: "Re: Differentiation in java"
- Maybe in reply to: Mike Enarson: "Re: javax"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|