Reputation: 3
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:
Down load Eclipse IDE, unzip it and then drag it to Application
.
create an project
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
Reputation: 30077
To add another version just go in the Eclipse Preferences and add the path into Scala -> Installations
Then go to the Project Preferences and change the version of Scala your need.
Upvotes: 0