Perhaps you can use the Java Server Web Development Kit from Sun:
http://java.sun.com/products/servlet/README.html
hope this helps
Bob
> Hi Roy,
>
> We use Weblogic Server, and these packages are shipped with it rather than
> the SDK/JDK. So, I would suggest you investigate your JSP/WEB server for
> the location of these classes.
>
> Hope this helps.
>
> Regards
> Alistair
>
> -----Original Message-----
> From: Roy Ngan [mailto:bean_00@h...]
> Sent: 11 January 2001 04:41
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] where can I import javax.servlet..* and
> javax.servlet.http.* ?
>
>
> Dear All,
>
> I'm currently working file upload using JSP, and I found that I need
> to import the two classes, which are
> javax.servlet.* and javax.servlet.http.*
>
> Can anyone tell me where can I import this two classes, I'm using J2
> SDK 1.3 Thank You.