eclipse安装scala插件之后没有worksheet啊?

来源:2-1 scala环境搭建

elaine1234

2017-04-20 09:47

我电脑上已经安装了eclipse,就下载了scala插件,新建项目之后没有worksheet...

写回答 关注

2回答

  • 慕斯9418205
    2017-04-23 21:26:51

    另外看到:Scala IDE 4.6.0-RC1 版本也包括 Scala Worksheet 0.7.0。

    详见:http://scala-ide.org/download/milestone.html



  • 慕斯9418205
    2017-04-23 21:24:26

    估计是版本问题。 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.

Scala程序设计—基础篇

Scala基础编程入门视频教程,能够编写简单的Scala代码

37007 学习 · 77 问题

查看课程

相似问题