Hi !

I am new to Java servlet.

I was told that both javax.servlet and javax.servlet.http packages are
already bundled with JDK1.2.2 and there is no need to use JSDK2.0.  Is it
true?  I got error when I compiled my first HTTP servlet and the messages
seems to indicate that both packages were not there (although I have included
"import javax.servlet.*" and "import javax.servlet.http.*;" statements in the
code).  The messages are as follows:


ShoppingServlet.java:3: Package javax.servlet not found in import.
import javax.servlet.*;
       ^
ShoppingServlet.java:4: Package javax.servlet.http not found in import.
import javax.servlet.http.*;


Is there newer JDK version ready for developing servlets?  Or I have to
install JSDK2.0?  If so, how to setup the classpath correctly (under Windows
98) for compiling the source code using standard javac compiler ?

Thanx in advance.

Chen

___________________________________________________________________________
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