遇见“The absolute uri: [http://java.sun.com/jsp/jstl/core] cannot be resolved..”怎么办
程序员文章站
2022-05-24 17:33:51
JavaWeb项目中运行出现500错误提示: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怎么办?还有出现java.lang.NoClassDefFoundError:com / alibaba / druid / pool / DruidDataSourceFactory怎么...
JavaWeb项目中运行出现500错误提示:
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怎么办?
还有出现java.lang.NoClassDefFoundError:com / alibaba / druid / pool / DruidDataSourceFactory怎么办?
解决方法:粘贴jstl.jar,standard .jar, druid -1.1.21.jar 包往电脑Tomcat的lib文件里,再次运行即可。
上面的jar包下载地址为:
链接:https://pan.baidu.com/s/10uPaMDByFoMD3Z879481Mw
提取码:6ko7
本文地址:https://blog.csdn.net/qq_44875828/article/details/110213102
上一篇: 算法进阶指南-基础算法-贪心