Java – Eclipse luna Unable to read repository at http://download.eclipse.org/releases/luna/content.xml

eclipseeclipse-lunajakarta-eejava

I try all solution on the internet but no result, it's seems that my eclipse won't connect to internet, every time i try to install for example new softwares i have error message:

Unable to read repository at http://download.eclipse.org/releases/luna/content.xml.
Unable to read repository at http://download.eclipse.org/releases/luna/content.xml.
Address family not supported by protocol family: connect

I spend hours on this problem 🙁

any help will be appreciated

Best Answer

Starting Eclipse with -vmargs -Djava.net.preferIPv4Stack=true works for me

Related Topic