When creating my RCP Eclipse application, I get the following error.
The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved. This indirectly refers to the required .class files.
I have included the org.eclipse.core.runtime library in my dependencies, so I'm not sure what the problem is.
source
share