您的位置:首页 > 理论基础 > 计算机网络

Can not find the tag library descriptor for "http://java.sun.com/jsp/ jstl/core"

2015-10-22 17:03 639 查看
1,Can not find the tag library descriptor for "http://java.sun.com/jsp/ jstl/core" - Can not find the tag library descriptor for "http://java.sun.com/jsp/ jstl/core"

这个错误需导入java包

2,

现象:项目导进eclipse,在其中运行tomcat,会报如下错:
“ Could not load the Tomcat server configuration at \Servers\Tomcat v6.0 Server @ localhost-config. The configuration may be corrupt or incomplete.

Resource is out of sync with the file system: /Servers/Tomcat v6.0 Server @ localhost-config/server.xml.”

解决方法是:
Window -> Preferences -> General -> Workspace,钩选上“Refresh automatically”。
或者自己手动刷新一下。
eclipse document上说: External changes to resources will not be reflected in the workspace and resource objects until detected by the resources plug-in. (因为外部的文件系统的改变不能和工作台同步)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: