bugs: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
how to handle it: just copy the jstl.jar and standard.jar in to the lib directory
本文介绍了一种常见的Java Web开发中遇到的问题:JSTL库无法解析。解决方案为将缺失的jstl.jar和standard.jar文件复制到项目的lib目录下。
bugs: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application
how to handle it: just copy the jstl.jar and standard.jar in to the lib directory

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