Servlet.jar and jsp.jar files are found in the tomcats directory or any other web app servers directory and not elsewhere. And nobody puts them in the jdk directory either. Go through a servlet tutorials and find out how to do it.
Servlet.jar and jsp.jar files are found in the tomcats directory or any other web app servers directory and not elsewhere. And nobody puts them in the jdk directory either. Go through a servlet tutorials and find out how to do it.
regards,
ajos
Even both files are in tomcat directory, when trying to compile the servlet program it shows an error message that servlet package doesn't exists. So, place the servlet.jar file in the classpath already i said...
Comment