Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: where can I import javax.servlet..* and javax.servlet.http.* ?


Message #1 by "Roy Ngan" <bean_00@h...> on Thu, 11 Jan 2001 04:41:13 -0000
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.

  Return to Index