Recently learn spring, install Springsource-tool-suite plug-in, after success, in Help-installation details can find the installation of spring plug-ins, But in the window-preferences can not find spring,file-new inside also no, even Maven project is gone.
My solution was to change the JDK (I used jdk1.7), and I switched to jdk1.8, not only in Eclipse window-preferences-java-installed JREs inside for 1.8, but also in the computer properties-Advanced system settings to modify the environment variables, 1.7 of the path to 1.8, the specific steps are not described in detail. When you're done, open eclipse to find spring!
Finally, I would like to remind you that different versions of the Springsource-tool-suite plugin correspond to different versions of Eclipse. For example, my eclipse is 4.5.2 version, the corresponding plugin is springsource-tool-suite-3.8.4.release-e4.5.2-updatesite. The Eclipse version number can be viewed in the. eclipseproduct file under the Eclipse directory, Springsource-tool-suite historical version download method can be viewed http://blog.csdn.net/u010203767/ article/details/69211072.
Reprinted: 78771162
The installation of the Springsource-tool-suite plugin failed to find the spring approach