Cannot open Eclipse Marketplace Cannot install remote marketplace locations: Cannot resolve host

后端 未结 15 1803
一向
一向 2020-12-09 10:38

I am using eclipse Kepler version and trying to install Sonar plugin from Eclipse marketplace. But I am getting below error

Cannot open Eclipse Market

15条回答
  •  一生所求
    2020-12-09 11:03

    when launching, java application defaults to listening to ipv6 exclusively. Modify .ini configuration settings file present in the folder by adding -Djava.net.preferIPv4Stack=true below the -vmargs. This sets the java to prefer IPV4 stack.

提交回复
热议问题