3
構建我的Eclipse RCP應用程序時,出現以下錯誤。無法解析類型org.eclipse.core.runtime.IConfigurationElement
無法解析類型org.eclipse.core.runtime.IConfigurationElement。它是從所需的.class文件間接引用的。
我已經在我的依賴中包含了org.eclipse.core.runtime庫,所以我不確定問題是什麼。
構建我的Eclipse RCP應用程序時,出現以下錯誤。無法解析類型org.eclipse.core.runtime.IConfigurationElement
無法解析類型org.eclipse.core.runtime.IConfigurationElement。它是從所需的.class文件間接引用的。
我已經在我的依賴中包含了org.eclipse.core.runtime庫,所以我不確定問題是什麼。
提到不要手動包括jar文件[在
plugin.xml
文件)。使用plugin.xml編輯器中的dependencies選項卡來管理插件的依賴關係。
這裏是什麼意思的圖形說明:
alt text http://img91.imageshack.us/img91/923/eclipsercpruntime.png
雙擊該MANIFEST.MF
文件,並通過「依存關係」選項卡上,只需添加org.eclipse.core.runtime
,它會添加其他依賴關係,包括org.eclipse.equinox.registry
,其中包括你的缺課!