Sven,
        You need the servlet.jar file. You can get it in from the Tomcat download.
You can put the servlet.jar file in your jsdkX.X/bin directory (assuming you
have this directory in your classpath) Then when you compile your program,
it should find the javax.servlet.* files. By the way, if you are new to
servlets/jsp. Tomcat is a good servlet engine to do your testing on.

Sincerely,

Tom K


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Sven Hohage
Sent: Friday, March 22, 2002 6:26 AM
To: [EMAIL PROTECTED]
Subject: ServletPackage in API spec


I'm reading a JSP book and try to find the servlet package(import
javax.servlet.*
import javax.servlet.http.*) in the Sun Api Spec which you download with the
1.3.1 SDK.
I find java.awt and java.beans and javax.swing but no javax.servlet.
What do I misunderstand..?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to