关于The absolute uri: http://java.sun.com/jstl/core_rt cannot be resolved in either web.xml or the jar files deployed with this application解决!
将jstl.jar和standard.jar包导入工程后,运行页面依然存在以上错误,后来将这两个jar包直接拷贝到工程的lib目录下,这个时候jsp页面可以正常显示。
关于The absolute uri: http://java.sun.com/jstl/core_rt cannot be resolved in either web.xml or the jar files deployed with this application解决!
将jstl.jar和standard.jar包导入工程后,运行页面依然存在以上错误,后来将这两个jar包直接拷贝到工程的lib目录下,这个时候jsp页面可以正常显示。