Newbie-Error in compiling servlets

2001-03-02 Thread RaviShankar K



Hi,

I am quite new to Tomcat . I installed Tomcat and 
Servlet examples given along with the
SW are working fine. But when Icompile the 
same examples servletssource codes, 
I could not compile them and it is showing errors 
as ,
Hello.java:94:can 
not resolve symbol : HttpServlet
location : class Hello 
 HttpServletResponse response)"

If any idea, please tell me.

regards,
Ravi





AW: Newbie-Error in compiling servlets

2001-03-02 Thread Kurt, Oliver



is the 
servlet.jar in your classpath?? (servlet.jar is not included in J2SE, but you 
can find it in %tomcat_home%\lib\servlet.jar )


-Ursprüngliche Nachricht-Von: RaviShankar K 
[mailto:[EMAIL PROTECTED]]Gesendet: Freitag, 2. März 2001 
14:02An: [EMAIL PROTECTED]Betreff: 
Newbie-Error in compiling servlets
Hi,

I am quite new to Tomcat . I installed Tomcat and 
Servlet examples given along with the
SW are working fine. But when Icompile the 
same examples servletssource codes, 
I could not compile them and it is showing errors 
as ,
Hello.java:94:can 
not resolve symbol : HttpServlet
location : class Hello 
 HttpServletResponse response)"

If any idea, please tell me.

regards,
Ravi





ODP: Newbie-Error in compiling servlets

2001-03-02 Thread Herchel Wojciech

add servlet classes to your classpath
 

vVolf


 

-Oryginalna wiadomosc-
Od: RaviShankar K [mailto:[EMAIL PROTECTED]]
Wyslano: 2 marca 2001 14:02
Do: [EMAIL PROTECTED]
Temat: Newbie-Error in compiling servlets




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: Newbie-Error in compiling servlets

2001-03-02 Thread RaviShankar K



Hi Kurt,

Yes. I included now. They are working.
Thank you very much for your help.

Regards,
Ravi

  - Original Message - 
  From: 
  Kurt, 
  Oliver 
  To: '[EMAIL PROTECTED]' 
  
  Sent: Friday, March 02, 2001 PM 
  10:12
  Subject: AW: Newbie-Error in compiling 
  servlets
  
  is 
  the servlet.jar in your classpath?? (servlet.jar is not included in J2SE, but 
  you can find it in %tomcat_home%\lib\servlet.jar )
  
  
  -Ursprüngliche Nachricht-Von: RaviShankar K 
  [mailto:[EMAIL PROTECTED]]Gesendet: Freitag, 2. März 2001 
  14:02An: [EMAIL PROTECTED]Betreff: 
  Newbie-Error in compiling servlets
  Hi,
  
  I am quite new to Tomcat . I installed Tomcat and 
  Servlet examples given along with the
  SW are working fine. But when Icompile the 
  same examples servletssource codes, 
  I could not compile them and it is showing errors 
  as ,
  Hello.java:94:can 
  not resolve symbol : HttpServlet
  location : class Hello 
   HttpServletResponse response)"
  
  If any idea, please tell me.
  
  regards,
  Ravi