SocketTimeoutException : null while opening New Spring Starter Project

amine picture amine · Oct 19, 2016 · Viewed 7.4k times · Source

SocketTimeoutException : null while opening New Spring Starter Project

enter image description here

JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_40
Path=%JAVA_HOME%\bin;C:\..

Answer

Meryam picture Meryam · Oct 20, 2016

You have to change the network setting in the STS.

Select Window Tab -> Preferences -> General -> Network Connection and change the setting.

Set Active Provider to manual then edit the host and port details in proxy entries. Apply the setting and click ok.

This worked for me. Hope it works for you