Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse e4 - Missing Constraint: Require-Capability: osgi.extender

When running my eclipse e4 application it shows that problems have been detected when validating.

Missing Constraint

This can be fixed by going to run configurations and selecting Add Required Plug-ins but this is more of a work around then a fix.

I've tried changing the versions and adding/removing plugins but can't figure out how to solve these errors.

A similar issue is mentioned here.

What could be causing this?

like image 338
Michael Avatar asked Dec 11 '22 03:12

Michael


1 Answers

If you add org.eclipse.equinox.ds to your Required Plug-ins in MANIFEST.MF then this dialog will not show up at launch.

like image 112
Adam Horvath Avatar answered Jan 22 '23 05:01

Adam Horvath