IBM MobileFirst- JSDT UI Error in Eclipse

583 Views Asked by At

I am trying to install IBM Mobile First foundation plugin in eclipse. But I'm receiving the following error:

Cannot complete the install because one or more required items could not be found.
  Software being installed: IBM MobileFirst Studio Plugins 8.0.0.v20180528_0848 (com.ibm.mfp.feature.feature.group 8.0.0.v20180528_0848)
  Missing requirement: Web Tools Plugin 7.2.0.v20180528_0848 (com.ibm.etools.webtools 7.2.0.v20180528_0848) requires 'bundle org.eclipse.wst.jsdt.ui [1.1.0,2.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: IBM MobileFirst Studio Plugins 8.0.0.v20180528_0848 (com.ibm.mfp.feature.feature.group 8.0.0.v20180528_0848)
    To: com.ibm.etools.webtools [7.2.0.v20180528_0848]

From where do I get this dependency? If it is a jar file, where shall I place it so that eclipse could pick it up while installing mobile first plugin.

The Eclipse IDE is Neon (and Mobile first only supports Neon version).

I am new to eclipse, and am sorry if this is a rudimentary question.

Regards

Aditya

1

There are 1 best solutions below

0
On

For people facing this problem, here is the solution:

Go to windows -> preferences -> install/update -> available software sites -> add http://download.eclipse.org/releases/mars and ensure it is ✅ (checked).

Now come back to marketplace to install mobile first plugin. It should work.

Thank you @howlger :)