I downloaded a eclipse plugin project that sharpen. It has a refence in buildpath org.eclipse.pde.core.requiredplugins
but with no jar. I search throuhg the internet but could'n find any jar with this name. Now I'm gettig error due to lack of required jars. I put screenshoot below
Can anyone help please
To resolve the dependencies of this OSGi or Eclipse Plug-in project you need the Eclipse Plug-in Development Environment (PDE) tooling (which is obviously missing in your IDE):
Similar to Maven dependencies are specified by IDs/names with version ranges in a specific file (Maven:
pom.xml
; OSGi bundle / Eclipse plug-in:META-INF/MANIFEST.MF
). Make sure all required plug-ins are in your target platform: Window > Preferences: Plug-in Development > Target Platform.