Hi

I just installed JDK1.3 and JSDK2.1. I have added the following to the PATH
variable to C:/JDK1.3/bin;C:/JSDK2.1
and the CLASSPATH  to C:/JDK1.3/lib/tools.jar

But when I compile the servlet code, I get the following error messages

import javax.servlet.*;
^
Hello.java:5: package javax.servlet.http does not exist
import javax.servlet.http.*;
^
Hello.java:7: cannot resolve symbol
symbol  : class Servlet
location: class Hello
public class Hello extends Servlet


Let me know urgently if some additional parameters are to be set.

Thanks in advance
Shivashis

___________________________________________________________________________
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