MavenWeb - Jar包不生效
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/fmt cannot be resolved in either web.xml or the jar files deployed with this application
出现类似问题,除了使用jar包的版本不对,还有可能是根本就没有在web中添加jar包。。。。
如果下载的jar包不起作用,可能是下载的jar包没有导入到项目中!应该是maven下载的jar包没有添加到项目中,(eclipse中,其他的IDE类似)解决方法是:在工程名上右击-》Properties-》Deployment Assembly, 在右边框中:Add -》Java Bulid Path Entries -》next 选择 maven Dependencies;
添加完成后,最好将手动添加的jar包删除,避免出现包冲突。