The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved.
Posted
by Ohanes Dadian
on Stack Overflow
See other posts from Stack Overflow
or by Ohanes Dadian
Published on 2010-03-06T16:56:25Z
Indexed on
2010/03/14
11:55 UTC
Read the original article
Hit count: 233
When building my Eclipse RCP Application, I get the following error.
The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved. It is indirectly referenced from required .class files.
I have included the org.eclipse.core.runtime library in my dependencies, so I am not sure what the problem is.
© Stack Overflow or respective owner