jsp中出现这样的标签提示错误,怎么解决?

图片说明

是uri不是url 你可以alt+/生成一下看看

看网上有的回答,是jar的问题,jstl.jar我有导入,点击上图那的红×提示
Multiple annotations found at this line:
- A tagdir or uri value is required in this
directive
- Undefined attribute name "url"
这样的错误提示,不知道问题究竟出现在哪里。本人菜鸟一枚,还请大神支招!谢谢

uri 应该是小写。。。

Undefined attribute name "url"
没有这个属性,

这属于jsp页面校验错误,不影响运行的,在window>prefercences>Validation>将jsp后的校验 勾 去掉就行了

图片说明
点击左边的红X之后显示的错误提示是这样:
Multiple annotations found at this line:
- Line breakpoint:default.jsp [line: 2]
- Fragment "/WEB-INF/page/share/taglib.jsp" was not found at expected path /shop9/WebContent/WEB-INF/page/share/
taglib.jsp

 这个错误,麻烦再帮我看看??

是不是格式或者大小写错了