eclipse安装scala插件之后没有worksheet啊?
我电脑上已经安装了eclipse,就下载了scala插件,新建项目之后没有worksheet...
我电脑上已经安装了eclipse,就下载了scala插件,新建项目之后没有worksheet...
2017-04-20
估计是版本问题。 worksheet 依赖Scala IDE V3.0,可以在Eclipse3.7 或Eclipse 4.2下安装。
详解:https://github.com/scala-ide/scala-worksheet/wiki/Getting-Started。
Installation
The Worksheet is available for Scala IDE V3.0, and it can be installed in either Eclipse 3.7 (Indigo) or Eclipse 4.2 (Juno).
The worksheet stable release depends on the Scala IDE V3.0. So, you should first install the Scala IDE V3.0 and then, via the same update site, install the worksheet plug-in. The worksheet plugin is listed under theScala IDE pluginsgroup.
举报