3

I have installed Eclipse with:

sudo apt-get install eclipse

Now I doesn't find the Eclipse Marketplace in the menu "Help".

Where is the Marketplace or how can I install it?

W. V.
  • 57
  • 1
  • 4

1 Answers1

1

Eclipse in the Ubuntu repositories is too old. Therefore remove the installation via

sudo apt-get remove eclipse

and install Eclipse Mars as described in my answer here.

A.B.
  • 90,397