bhakthi,

Have you set your CLASSPATH?
I think you have not yet set your jsdk classpath.

Rusma

-----Original Message-----
From: Bhakthi Liyanage [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 28, 2000 4:06 PM
To: [EMAIL PROTECTED]
Subject:


hi guys,
I've set the path as follows;
PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\system32;C:\WINNT;c:\jdk1.2\bin;c:
\java

when I compile my source code it give the following errors,

C:\java>javac HelloClientServlet.java
HelloClientServlet.java:2: Package javax.servlet not found in import.
import javax.servlet.*;
       ^
HelloClientServlet.java:3: Package javax.servlet.http not found in import.
import javax.servlet.http.*;
       ^
HelloClientServlet.java:5: Superclass HttpServlet of class
HelloClientServlet no
t found.
public class HelloClientServlet extends HttpServlet
                                        ^
3 errors

pls.,someone tell me how to overcome this problrm.

thank u
Bhakthi

___________________________________________________________________________
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

___________________________________________________________________________
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