Hi shrikanth,

Try the following..

1. Download just the servlet api alone and install the servlet.jar file
again
(This is because, you may be using an incomplete jar file).
2 Give the proper classpath at the time of compiling your code using the
following command
  javac -classpath .;c:\jdk1.2\lib\servlet.jar yourSourceFile.java
  (if you are on unix o/s replace the ';' with ':')

Hope this helps.

Regards
Mahesh.

___________________________________________________________________________
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