How to write eclipse rcp applications with scala?

后端 未结 7 1874
隐瞒了意图╮
隐瞒了意图╮ 2021-02-01 07:32

The Scala Eclipse plugin page says: * Support for Eclipse plugin and OSGi development including hyperlinking to Scala source from plugin.xml and manifest files.

How does

7条回答
  •  死守一世寂寞
    2021-02-01 08:28

    After adding Scala Nature to the plug-in project, don't forget to include scala.library among the dependencies of your plugin (and update the corresponding run and product configuration)! (Additionally, if another JRE system library appears in the build path when adding Scala Nature, you can safely remove it to avoid the RequiredExecutionEnvironment warning.)

提交回复
热议问题