C:\Program Files\Java\jdk1 .5.0_11\bin>jav ac
ControllerServl et.java
ControllerServl et.java:14: cannot find symbol
symbol : class ShowRecordReque stHandler
location: class servlets.Contro llerServlet
handlerHash.put ("login.html ", new
ShowRecordReque stHandler());
^
ControllerServl et.java:15: cannot find symbol
symbol : class ShowRecordReque stHandler
location: class servlets.Contro llerServlet
handlerHash.put ("showInfo.html ",new
ShowRecordReque stHandler());
^
ControllerServl et.java:21: cannot find symbol
symbol : class RequestHandler
location: class servlets.Contro llerServlet
RequestHandler rh =
(RequestHandler )handlerHash.ge t(request.getSe rvletPat
h())
;
^
ControllerServl et.java:21: cannot find symbol
symbol : class RequestHandler
location: class servlets.Contro llerServlet
RequestHandler rh =
(RequestHandler )handlerHash.ge t(request.getSe rvletPat
h())
;
^
4 errors
How to solve the above errors? Kindly help me?
ControllerServl et.java
ControllerServl et.java:14: cannot find symbol
symbol : class ShowRecordReque stHandler
location: class servlets.Contro llerServlet
handlerHash.put ("login.html ", new
ShowRecordReque stHandler());
^
ControllerServl et.java:15: cannot find symbol
symbol : class ShowRecordReque stHandler
location: class servlets.Contro llerServlet
handlerHash.put ("showInfo.html ",new
ShowRecordReque stHandler());
^
ControllerServl et.java:21: cannot find symbol
symbol : class RequestHandler
location: class servlets.Contro llerServlet
RequestHandler rh =
(RequestHandler )handlerHash.ge t(request.getSe rvletPat
h())
;
^
ControllerServl et.java:21: cannot find symbol
symbol : class RequestHandler
location: class servlets.Contro llerServlet
RequestHandler rh =
(RequestHandler )handlerHash.ge t(request.getSe rvletPat
h())
;
^
4 errors
How to solve the above errors? Kindly help me?
Comment