我的eclipse包中有以下錯誤。我正試圖運行已經存在的代碼,由另一個不再可用的人員完成。Java eclipse包編譯錯誤
這是什麼意思?
Multiple markers at this line
- The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved. It is indirectly referenced from required .class files
- The type org.eclipse.core.runtime.IConfigurationElement cannot be resolved. It is indirectly referenced from required .class files
cannot be resolved
和indirectly referenced from required .class
是什麼意思?
如果我應該導入這些類/接口,我可以在哪裏找到它們?
檢查http://stackoverflow.com/questions/2393284/the-type-org-eclipse-core-runtime-iconfigurationelement-cannot-be-resolved – 2011-12-26 06:58:06
它似乎與創建一些eclipse插件有關... isn是嗎? – Matteo 2012-01-11 12:41:38