Hello guys, I have set my classpath pointing to servlet.jar. But still I'm not able to compile the servlet. set CLASSPATH=%CLASSPATH%;F:\Applications\Tomcat4.1\common\lib\servlet.jar set PATH=F:\Applications\Tomcat4.1\common\lib\servlet.jar Any ideas what I'm missing. Thanks -PC
Well, if that's really your PATH setting, then you won't even be able to run javac, because it's not on the PATH. Note that .jar files never belong on the PATH, only the CLASSPATH. I'm moving this to Servlets for followups.