How to get org.osgi.service.component resolved? #1403
-
I'm trying to work on org.eclipse.m2e.jdt bundle (and only this one). I've imported it as usual, and project is imported according to the .project. However, I get errors that types from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is provided by PDE (I think from 2022-06 onwards), so you should make sure to use a recent eclipse build. |
Beta Was this translation helpful? Give feedback.
It must be a PDE project and the target-state must contain
org.osgi.service.component.annotations
bundle, that should be enough.