Zed Z
Zed Z

Reputation: 3

Scala Eclipse IDE configuration

Already installed java, scala and SBT followed steps of instructions on Lynda

seems work in terminal

v1020-wn-206-156:~ zhongyuan$ scala
Welcome to Scala 2.12.1 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_121).
Type in expressions for evaluation. Or try :help.

scala> 

Now I want to install Eclipse Scala IDE.Just did the following steps:

  1. Down load Eclipse IDE, unzip it and then drag it to Application.

  2. create an project

hello world

config

Is there any way to add any compiler link to the IDE (like what I did for C++ IDE and Python?)

Did I miss any steps or did anything incorrect.

How to set up the configurations?

Upvotes: 0

Views: 283

Answers (1)

freedev
freedev

Reputation: 30077

To add another version just go in the Eclipse Preferences and add the path into Scala -> Installations

Scala -> Installations

Then go to the Project Preferences and change the version of Scala your need.

enter image description here

Upvotes: 0

Related Questions