JSP pages not working after reinstalling Tomcat
Hi ,
i have re-installed my Apache tomcat and after installing my project(Java web Project) using (beans and JSP) not working..... This project was working fine with my Previous Tomcat (I have installed the same version of Tomcat again)...
Now it is giving erroe like this :
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 1 in the generated java file
The type com.mysql.jdbc.ResultSet cannot be resolved. It is indirectly referenced from required .class files
An error occurred at line: 6 in the generated java file
Only a type can be imported. com.mysql.jdbc.ResultSet resolves to a package
An error occurred at line: 18 in the jsp file: /List_Job.jsp
ResultSet cannot be resolved to a type
I have already included JAR file for MYSQL Connection Driver.
Please help me with the posssible solution
Thanks and regards
sagar
|