我们尝试在RCP / RAP-Application中使用单一来源。 RCP-Application工作正常,我们现在尝试将RAP用于webfrontend。
例如以下课程
public class NavigationProcessor {
//...
@Inject
private IEclipseContext context;
@Inject
private MApplication application;
@Inject
private EModelService modelService;
//...
}
使用IEclipseContext。但是,在将目标设置为RAP后,无法解析名称空间org.eclipse.e4.core.contexts.IEclipseContext
。
如何在将目标设置为RAP后访问IEclipseContext?
提前致谢!
答案 0 :(得分:1)
目前,RAP仅支持Eclipse 3.x工作台。 有关于运行Eclipse 4 applications on RAP的实验。 不幸的是,Eclipse 4仍然有一个number of issues,阻止在多用户环境中使用它。