The servlet API is at
http://java.sun.com/products/servlet/download.html#specs you should become
familiar with this link below (Obviously if you signed up for this LISTSERVE
you should be able to find the API)
http://java.sun.com/products/servlet/

Also download servlet.jar from
http://java.sun.com/products/servlet/download.html#specs and put servlet.jar
in the ext folder
jdk1.3\jre\lib\ext

If you can compile java programs with the jdk (meaning you have your class
path setup correctly) now with the servlet.jar file in the ext dir you can
now compile servlets

----- Original Message -----
From: "Daniel Fanjul Alcuten" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 14, 2000 9:59 AM
Subject: Servlets API


> Hi all,
>
> I need the API of packages javax.servlets, javax.servlets.http, ... and I
> cannot find it within the API of the JDK1.3.
>
> I have downloaded the Java Servlets Development Kit and my search has
> failed again.
>
> Where can I consult it? Where can I download it from?
>
> Thanks in advance.
>
> Daniel.
>
>
___________________________________________________________________________
> 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

Reply via email to