Hi Guys,
I've just started with developing Servlets and
have no idea what is what :-(
I just wrote a program and got the following
errors:
****************************************************************************************
---------- Java Compiler
----------
CSRandomQuote.java:28: Package javax.servlet not found in
import.
import javax.servlet.*;
^
CSRandomQuote.java:29: Package javax.servlet.http not found in
import.
import
javax.servlet.http.*;
^
CSRandomQuote.java:33: Class com.coolservlets.randomquote.QuoteCollection
not found in import.
import
com.coolservlets.randomquote.QuoteCollection;
^
CSRandomQuote.java:59: Superclass HttpServlet of class CSRandomQuote not
found.
public class CSRandomQuote extends HttpServlet
{
^
**************************************************************************************
4
errors
Normal Termination
Output completed (2 sec
consumed).
Can somebody tell me where's the error and how
can I over come them?
Thanx in advance from your new friend
:-)
Joey
p.s.: what's the exact answer to this
question?
Which class does a servlet usually
inherit from?