Hi,

I'm trying to leran programming JAVA-servlets. I have written the source
code,
but I don't know how to compile and to run it.

The JDK1.2 says the following 3 errors

HelloWorld.java:2: Package javax.servlet not found in import.
import javax.servlet.*;
           ^
HelloWorld.java:3: Package javax.servlet.http not found in import.
import javax.servlet.http.*;
           ^
HelloWorld.java:5: Superclass HttpServlet of class HelloWorld not found.

public class HelloWorld extends HttpServlet
                                                  ^

Thanks in advance
        Andi

___________________________________________________________________________
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