Search code examples
eclipsespringsts-springsourcetoolsuite

Class 'org.springframework.web.servlet.view.InternalResourceViewResolver' not found error


I'm getting this error with my Spring MVC sample application using Spring STS Eclipse plugin:

Class 'org.springframework.web.servlet.view.InternalResourceViewResolver' not found [config set: webninar-hello/web-context]servlet-context.xml

Anyone have an idea how to fix this?


Solution

  • Sounds like a refreshing problem.

    F5, Cleanup Project, F5, Server Clean, maybe Server Clean Working directory.

    If this all does not help. Remove the application from the server (close the window) and then add it again.