Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Eclipse plugin Can';t解析ModelService和uservice_Eclipse Plugin - Fatal编程技术网

Eclipse plugin Can';t解析ModelService和uservice

Eclipse plugin Can';t解析ModelService和uservice,eclipse-plugin,Eclipse Plugin,我正在学习Vogella关于eclipse插件的课程。为此,我导入了所有提供的示例,不幸的是无法解析两个类: com.example.e4.rcp.todo.contribution.processor插件中的类org.eclipse.e4.ui.workbench.modeling.ModelService com.example.e4.rcp.todo插件中的org.eclipse.e4.ui.workbench.swt.modeling.EMenuService com.example.e

我正在学习Vogella关于eclipse插件的课程。为此,我导入了所有提供的示例,不幸的是无法解析两个类:

com.example.e4.rcp.todo.contribution.processor插件中的类org.eclipse.e4.ui.workbench.modeling.ModelService

com.example.e4.rcp.todo插件中的org.eclipse.e4.ui.workbench.swt.modeling.EMenuService

com.example.e4.rcp.todo.contribute.processor和com.example.e4.rcp.todo pluging都包含练习所需的依赖项中的所有必需插件(即 首先是org.eclipse.ui.workbench.swt和org.eclipse.ui.model.workbench)

似乎包org.eclipse.e4.ui.workbench.swt.modeling和org.eclipse.e4.ui.workbench.modeling包含在其他地方,但我找不到位置

有什么建议吗

非常感谢


Andrea

为Eclipse4.4(Luna)移动了一些类

没有
ModelService
类,
EModelService
类位于
org.eclipse.e4.ui.workbench
插件中

emoneuservice
位于
org.eclipse.e4.ui.services
插件中