Failed to initialize monitor Thread: Unable to establish loopback connection

前端 未结 6 1325
野趣味
野趣味 2020-12-11 10:08

Since yesterday suddenly my Eclipse does not work anymore. The error is \"Failed to initialize monitor Thread: Unable to establishe loopback connection\". I googled and trie

6条回答
  •  情歌与酒
    2020-12-11 11:06

    See https://stackoverflow.com/a/11327411/552958

    I suspect you are using Java 7 which looks like it prefers IPV6 over IPV4. So you need to make sure that -Djava.net.preferIPv4Stack=true is a jvm argument.

提交回复
热议问题