hello aruna, as far as i know ... "getting an error like cannot resolve symbol HttpServlet " is only because the class loader cannot locate HttpServlet.class file. put the servlet classes in the lib directory of your servletrunner in your classpath or compile the program as follows
javac -d . -classpath <original claspath + classpath to the lib directory of servletrunner jsdk> HelloWorld.java Lalit Nagpal ... --- Kumar P Dhanyamraju <[EMAIL PROTECTED]> wrote: > Hello All, > > I am trying to compile and run a servlet HelloWorld > using servletrunner, > There are compilation errors like Cannot resolve > Symbol:Class Http Servlet. > I was able to run the example servlet which was > compiled but when I created > the new one and tried to compile I am getting > compilation errors. I am not > sure how to proceed. > Any input is appreciated. > > Aruna > __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
