reset password
Author Message
kishanj.mistry92
Posts: 1
Posted 22:33 Jan 28, 2016 |

HTTP Status 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

How should i solve this error? I know I am supposed to add the dependency for jstl, but i already did that and it still gives me this error

 

 

 

cysun
Posts: 2935
Posted 08:43 Jan 29, 2016 |

First make sure you included the right dependency in pom.xml.

It's possible that the dependency was corrupted during download. On Windows, delete the folder C:\Users\<Username>\.m2\repository\jstl, restart Eclipse and wait until the background processes finish, then try again.