Eclipse cannot connect to marketplace

Supun Dharmarathne
technodyne
Published in
1 min readFeb 19, 2015
download

If you are using windows 8, you might have come up with this issue. After hours of Googling, finally found a solution for this.

  1. Open your eclipse.ini file.
  2. Add following parameter in the bottom and save.

-Djava.net.preferIPv4Stack=true

3.Restart Eclipse.

--

--