From the course: Learning JVM Languages: JVM, Java, Scala

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Scala IDE for the Eclipse plugin

Scala IDE for the Eclipse plugin

- Hi, welcome to a new section; Scala programming. We're going to cover these important topics in this section. Scala IDE for Eclipse Scala Build Tool (SBT) SBT Eclipse for the SBT plugin, and the scalac compiler. The Akka toolkit, Unit testing with ScalaTest, and writing an executable main program. Now, we move on to the first video of this section that deals with Scala IDE for Eclipse Plugin. In this video, we're going to install Scala IDE and switch to Scala IDE perspectives. Let's install Scala IDE for Eclipse. While Scala IDE is available on the Eclipse marketplace, it's version is not often based on the last available version. Since the install of Scala IDE version dictates which Scala release will be supported, we recommend that you install the most stable, up-to-date version from the repository sites, managed by the Scala IDE team itself. By manually adding Scala IDE's repository, Eclipse can now load and install the latest stable version. You'll need to know the Eclipse…

Contents