This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 26940 - won't compileservlet with import any javax.mail.*
Summary: won't compileservlet with import any javax.mail.*
Status: VERIFIED INVALID
Alias: None
Product: obsolete
Classification: Unclassified
Component: apisupport (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-01 18:12 UTC by Joaquin Negron
Modified: 2006-02-14 17:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joaquin Negron 2002-09-01 18:12:23 UTC
Class Transport not found in type declaration or
import.
import javax.mail.Transport;
                  ^
Class Session not found in type declaration or import.
import javax.mail.Session;
                  ^
Package javax.mail. not found in import.
import javax.mail.*;
                  ^
Package javax.mail.internet. not found in import.
import javax.mail.internet.*;
                           ^
Package javax.activation. not found in import.
import javax.activation.*;
                        ^
5 errors
Errors compiling SendMail.

Thanks...
Comment 1 Jesse Glick 2002-09-01 18:17:04 UTC
So mount the JavaMail library.

Read the online help and ask for help on nbusers@netbeans.org if you
need it.
Comment 2 Marian Mirilovic 2005-07-15 07:42:44 UTC
closed