Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

forDevLife

[Error - 해결] 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 본문

Error

[Error - 해결] 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

JH_Lucid 2021. 7. 19. 21:53

External lib 내의 maven repository에서 jstl_1_2.jar 파일을 복사해서 WEB-INF -> lib(새로 만듦)으로 copy하면 해결된다.

Comments