i want to know how to compile the servlets. i am using tomcat as server.i had already updated the Classpath variable . even then compiler is showing "cannot read symbol ... " error.
i think u got""""""CANNOT RESOLVE SYMBLE ::CLASS HTTPSERVLET""""" like this...it is the problem with class path setting.put in classpath the ""servlets.jar"""" file provided by the tomcat directory.and try it again.
i have include " c:\program files\tomcat\common\lib\servlet.jar" and i also include the jdk "tools.jar" & "rt.jar" files but again i m facing the same problem. i also include " jdk\bin " & " jdk\jre\lib " too.