jubincn

导航

The type eclipse.core.runtime.Plugin cannot be resolved.的解决

今天在导入RCP Mail2.0的源码时遇到了这个问题。


解决:

打开META-INF/MANIFEST.MF,找到dependencies,将org.eclipse.core.runtime添加到Dependencies中即可。


参考:

http://stackoverflow.com/questions/2393284/the-type-org-eclipse-core-runtime-iconfigurationelement-cannot-be-resolved

posted on 2012-05-02 14:34  jubincn  阅读(242)  评论(0)    收藏  举报