javax.servlet not found in import

2000-11-30 Thread maurice coyle
Hello, Whenever i compile a servlet that has an import javax.servlet.http.*; in it, i get a "javax.servlet.http.* not found in import" error message. Is this something to do with my Servlet API, or my WebServer? sorry if this is considered off-topic. Maurice

Re: javax.servlet not found in import

2000-11-30 Thread Krishna Kant
set ur classpath to point to the servlet.jar of ur webserver -kk maurice coyle wrote: Hello, Whenever i compile a servlet that has an import javax.servlet.http.*; in it, i get a "javax.servlet.http.* not found in import" error message. Is this something to do with my Servlet API, or my

Re: javax.servlet not found in import

2000-11-30 Thread Raghu Movva
not found in import Hello, Whenever i compile a servlet that has an import javax.servlet.http.*; in it, i get a "javax.servlet.http.* not found in import" error message. Is this something to do with my Servlet API, or my WebServer? sorry if this is considered off-topic.