4

I have eclipse Oxygen installed and am trying to connect to Eclipse marketplace, to install plugin, it gives below exception - org.eclipse.equinox.p2.core.ProvisionException enter image description here

Deepak S
  • 1,544
  • 3
  • 15
  • 33

1 Answers1

1

Actually after setting Active Provider to "Native" I could get rid of the issue in question.

Go to : Eclipse (Window-->Preferences-->General-->Network Connections)

Select Active Provider as Native from drop down and apply. Restart eclipse and try the :

Help-->Eclipse Marketplace.. option again.

Deepak S
  • 1,544
  • 3
  • 15
  • 33
  • In my case I actually had to change from Native to Direct to bypass a proxy that wasn't working. But after that restarting Eclipse did work. – Sinc Jul 26 '18 at 15:16