Eclipse Indigo “unable to connect to repository”

前端 未结 6 1062
半阙折子戏
半阙折子戏 2021-01-12 23:39

I\'m trying to add this repository to Eclipse (Indigo):-

http://download.eclipse.org/releases/indigo

Seems okay when checked in a browser, but I keep getting

6条回答
  •  粉色の甜心
    2021-01-13 00:15

    This is because windows IPV6 issue. Try adding the following VM option in the eclipse.ini

    -Djava.net.preferIPv4Stack=true
    

提交回复
热议问题