As the topic says I cannot import this package in my web dynamic project using SpringSource Tool Suite.The command Spring Tools –> Add Spring Project Nature has been already executed.
Thank you.
As the topic says I cannot import this package in my web dynamic project
Share
What kind of project did you create? Is it a Maven project? If so, you need to make sure that you are importing ‘at least’ the spring-context dependency like so
(or whatever version you want to use)
[EDIT]
Since as you say, you are using a Dynamic Web Project through this example -> http://www.vaannila.com/spring/spring-mvc-tutorial-1.html, you need to physically add the following jar files to your
WEB-INF/libfolderYou should have the following:
Adding the ‘Spring Project Nature’ does not add the dependencies for you, but only instructs the IDE that this project is using Spring.