My Apache Tomcat Server in c:\programfiles i'm saving my servlet programs in c:\programfiles\Apache Tomcat 4.0\webapps\root\web-inf\classes\xxxx.java. while compiling i have set the classpath to c:\programfiles\Apache Tomcat 4.0\common\lib\servlet.jar ..... But, It is showing some errors .... plz help me ... My operating System is : Windows 98
while compiling i have set the classpath to c:\programfiles\Apache Tomcat 4.0\common\lib\servlet.jar .....
If the error is that the system is unable to find the classes in servlet.jar, it may be due to the space between Apache Tomcat and 4.0 if that's how it actually is. You could try changing the dir name to ApacheTomcat4.0 instead of Apache Tomcat 4.0. Ofcourse as the post above says, psl always give as much details as possible for us to help u, otherwise we can only make guesses, like how I have done here :-)