org.apache.jasper.JasperException

大家在使用java制作web项目时,如果我们的项目中使用到了 http://java.sun.com/jsp/jstl/core 中的”c“标签,可能会遇上这个错误org.apache.jasper.JasperException: /index.jsp (line: 2, column: 0) The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application,这是由于我们的jar包的版本引起的,需要换版本jdk,或tomcat的版本



