Antonio Mancuso wrote:
> 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
>
As the first part of the package name ("sun.") implies, this package is
internal to Sun's implementation, and not for general use. You cannot count
on it being available everywhere.
Take a look at the Java Collections classes API in Java2. There is also a
version of this API (available on the InfoBus page at JavaSoft) that is
compatible with JDK 1.1 as well.
Craig McClanahan
___________________________________________________________________________
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