You really shouldn't use the classes that start with sun. but if you have
to, try import sun.servlet.util.*; or import sun.servlet.util.Queue;
(*Chris*)
----- Original Message -----
From: Antonio Mancuso <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 26, 1999 5:29 AM
Subject: Re: Error in servlet compilation
> Hello, I need to use the Class Queue that provide a FIFO queue, and in the
> documentation this class is in the sun.servlet.util package.
> In fact now I amn't able to use this Class because I can't import the
right
> package
>
> Thankx
>
>
>
>
> Peter N�tzel <[EMAIL PROTECTED]>@java.sun.com> on 10/26/99 01:59:54
> PM
>
> Please respond to "A mailing list for discussion about Sun Microsystem's
> Java Servlet API Technology." <[EMAIL PROTECTED]>
>
> Sent by: "A mailing list for discussion about Sun Microsystem's Java
> Servlet API Technology." <[EMAIL PROTECTED]>
>
>
> To: [EMAIL PROTECTED]
> cc:
>
> Subject: Re: Error in servlet compilation
>
>
> > import sun.servlet.util;
> this is not a class (lowercase) and you didn't include a package (no *)
> also i have never seen a package (sun.servlet)
>
>
>
> -----Urspr�ngliche Nachricht-----
> Von: Antonio Mancuso <[EMAIL PROTECTED]>
> An: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Datum: Dienstag, 26. Oktober 1999 10:52
> Betreff: Error in servlet compilation
>
>
> >Hello,
> >my servlet starts in this way:
> >
> > import java.io.*;
> > import javax.servlet.*;
> > import javax.servlet.http.*;
> > import sun.servlet.util;
> >
> >why the last import raise an error when I try to compile with javac? I
> have the JDK1.2.2 and the JSDK2.1
> >
> >Regards
> >
> >Antonio Mancuso
> >
> >
>
___________________________________________________________________________
> >To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> >of the message "signoff SERVLET-INTEREST".
> >
> >Archives: http://archives.java.sun.com/archives/servlet-interest.html
> >Resources: http://java.sun.com/products/servlet/external-resources.html
> >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html