Tomcat5中的“org.apache.jasper.JasperException:This absolute uri http://java.sun.com/jsp/jstl/core) cannot be resolved in either web.xml or the jar files deployed with this application” 的解决办法。
首先,必须保证项目中的WEB-INF目录下的lib文件夹中必须有jstl.jar和standard.jar。
Tomcat5中的“org.apache.jasper.JasperException:This absolute uri http://java.sun.com/jsp/jstl/core) cannot be resolved in either web.xml or the jar files deployed with this application” 的解决办法。
首先,必须保证项目中的WEB-INF目录下的lib文件夹中必须有jstl.jar和standard.jar。