You need to add Spring Framework
org.springframework.context-3.xxjar
to the path of creating the project. Depending on which third-party library you are using, there may be additional Spring dependencies, and you will have to add these Spring jars. Most likely you will need org.springframework.core-3.xxjar .
See the documentation for your direct dependencies to find out what its dependencies are.
source share