jsp中出错提示:
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
原因:
找不到jstl类库中的.tld文件
解决办法:
WEB/INF的lib下,除了导入jstl.jar包,还要导入standard.jar包。另外,解压standard.jar包,把.tld文件放在WEB/INF下
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
原因:
找不到jstl类库中的.tld文件
解决办法:
WEB/INF的lib下,除了导入jstl.jar包,还要导入standard.jar包。另外,解压standard.jar包,把.tld文件放在WEB/INF下
本文将详细解释在jsp环境中遇到的错误提示:The absolute uri无法在web.xml或部署应用的jar文件中解析。解决办法是在WEB/INF的lib下导入jstl.jar包,并且还需要导入standard.jar包,同时确保.tld文件被放置在WEB/INF目录下。
1万+

被折叠的 条评论
为什么被折叠?



