Spring Tool Suite Getting Started guide does not work

淺唱寂寞╮ 提交于 2019-12-24 00:18:51

问题


I am trying to do the "Working a Getting Started guide with STS" (here: http://spring.io/guides/gs/sts/) using Spring Tool Suite (STS) (Version: 3.6.3.RELEASE), and there is no "Import Getting Started Content" wizard in the File menu. I try to import the "Spring Getting Started Content" and it says it's empty.

I just want to run through the tutorial in the link.


回答1:


Configure PROXY settings on Window -> Preferences -> Network Connections Change mode to Manual, enable for https, set proxy host and credentials.

Then change default Apache httpclient provider (used by Eclipse update) to JRE URLConnection based provider.

From version Eclipse Kepler (4.3) add system property

org.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4

To start eclipse

eclipse -vmargs -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4

More info:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=422665 https://wiki.eclipse.org/Disabling_Apache_Httpclient




回答2:


I just try this and it works now, great!

Window -> Preferences -> Network Connections -> Change mode to Manual




回答3:


For me I have used

Window -> Preferences -> Network Connections -> Change mode to Direct

and it works now, great!



来源:https://stackoverflow.com/questions/27946339/spring-tool-suite-getting-started-guide-does-not-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!