|
-
Apr 12th, 2001, 05:11 PM
#1
Thread Starter
Lively Member
Hey guys,
I am getting compiling errors on servlets as follows:
SimpleServlet1.java:1: Package javax.servlet not found in import.
import javax.servlet.*;
^
SimpleServlet1.java:2: Package javax.servlet.http not found in import.
import javax.servlet.http.*;
^
SimpleServlet1.java:5: Superclass HttpServlet of class SimpleServlet1 not found.
public class SimpleServlet1 extends HttpServlet {
^
any suggestions on fixing it?
Manoj
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|