The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar files

miracleai123 2008-09-09 02:14:23
jsp软件上传遇到了这个问题
The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar files deployed with this application
请问要怎样解决!!!
...全文
436 8 打赏 收藏 转发到动态 举报
写回复
用AI写文章
8 条回复
切换为时间正序
请发表友善的回复…
发表回复
Fachorovic 2008-10-13
  • 打赏
  • 举报
回复
有时候在WEB-INF/lib目录下装了这2个jar文件可能还不行的话,那要在tomcat下的lib目录也要添加这2个jar文件
miracleai123 2008-09-11
  • 打赏
  • 举报
回复
怎么没人说话了呀,问题还没解决呢。。。
miracleai123 2008-09-09
  • 打赏
  • 举报
回复
错了,错误提示是这样的:
org.apache.jasper.JasperException: 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
不好意思啊
laorer 2008-09-09
  • 打赏
  • 举报
回复
支持四楼的说法
tt2451 2008-09-09
  • 打赏
  • 举报
回复
you need to parse it in the web.xml to run correctly try something like this <taglib> <taglib-uri> http://java.sun.com/jsp/jstl/sql</taglib-uri> <taglib-location>/WEB-INF/sql.tld</taglib-location> </taglib> where /WEB-INF/sql.tld will be the tls wich you are referencing
tt2451 2008-09-09
  • 打赏
  • 举报
回复
贴:

这是因为你运行的代码里有的要改为本地文件才可以的!
你可以把文中出现http://java.sun.com/jstl/sql 的地方换成你的
服务器上jstl/sql的地址!

试试吧!
tt2451 2008-09-09
  • 打赏
  • 举报
回复

没见过 不过你可以摆渡一下



结果:
复制standard.jar和jstl.jar文件到web-inf/lib目录在您的项目
yami251139 2008-09-09
  • 打赏
  • 举报
回复
sql cant be resolved。。。。
在web.xml和deploy在application中的jar都不能resolve他。。。

总之:sql语句有问题

81,091

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧