0

我们尝试在 RCP/RAP 应用程序中使用单一来源。RCP 应用程序工作正常,我们现在尝试将 RAP 用于 Web 前端。

例如下面的类

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?

提前致谢!

4

1 回答 1

1

目前,RAP 仅支持 Eclipse 3.x 工作台。有一些关于在 RAP 上运行 Eclipse 4 应用程序的实验。不幸的是,Eclipse 4 仍然存在许多问题,无法在多用户环境中使用它。

于 2013-03-15T10:42:58.667 回答