Eclipse-Marketplace error message on Linux machine

Eclipse Indigo:

As soon as I entered the option on the eclipse market, I received this message: Unexpected exception java.lang.reflect.InvocationTargetException

This is in a mu linux machine, I can know why I am getting this message.

+6
source share
2 answers

I had the same problem with me ... I could not get the Indigo Marketplace Client to install, so I had to switch to the Helios repository and install it. It was installed, but running it gave me the same error message you received. I had to go back to Indigo and install (upgrade) on that one, and then everything worked.

Click "Help" → "Install New Software" → "Add" and add it: http://download.eclipse.org/mpc/indigo/

+3
source

I have the same problem with a 7 64 bit window. I fixed it by changing the windows proxy that eclipse uses through the control panel.

+1
source

Source: https://habr.com/ru/post/897817/


All Articles