File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
Problem compiling Servlet
Varun Nayudu
Ranch Hand
Joined: Jun 26, 2006
Posts: 156
posted
Apr 01, 2009 09:53:12
0
Hi guys,
I am trying to use Editplus to compile my
servlet
,I have set the sevrlet-api.jsr in my classpath.But still i am unable to compile my servlet . Its giving me the foolowing exception.
---------- javac ---------- servlet1.java:7: cannot find symbol symbol : class HttpServletReponse location: class com.Servlet.servlet1 public void doGet(HttpServletRequest request,HttpServletReponse response){ ^ 1 error Output completed (0 sec consumed)
Please tell me what do i need to do to resolve this
SCJP 1.5, SCWCD 1.5
naresh voota
Greenhorn
Joined: Jun 04, 2007
Posts: 9
posted
Apr 01, 2009 10:04:00
0
HttpServletReponse --- It is a spelling mistake
The name of the class is
HttpServletResponse
Thanks,
Naresh Voota
Varun Nayudu
Ranch Hand
Joined: Jun 26, 2006
Posts: 156
posted
Apr 01, 2009 10:12:05
0
Thanks brother
I agree. Here's the link:
jrebel
subject: Problem compiling Servlet
Similar Threads
HttpServletReponse setContentType() method
image database compilation problem
In Struts2, how to get HttpServletRequest and HttpServletReponse
Can not compile, please help me
Content-type of HttpServletReponse
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter