I am working on JSP
and Servlet
codes, but while running the code on server, I am getting error as
Archive for required library: 'C:/tools/softwares/apache-tomcat-7.0.54-windows-x86/apache-tomcat-7.0.54/lib/ojdbc14.jar' in project 'asm' cannot be read or is not a valid ZIP file
But I checked the ojdbc.jar
file and it is present in the above given location.
Now I am not getting the error, why the jar file is not getting read? Please help me.
Thank you in advance.