Right now I’m taking a Scala course on coursera Functional Programming in Scala taught by the Scala inventor Martin Ordersky.
Creating Scala ecosystem is definitely not an easy task. I have stumbled upon creating an eclipse project using sbt and that is why today I’m blogging this one. Hope it helps.
Start terminal and do a sudo. The run the following commands:
mkdir ~/.sbt/0.13/plugins/
cd ~/.sbt/0.13/plugins/
vi plugins.sbt
add the following
addSbtPlugin(“com.typesafe.sbteclipse” % “sbteclipse-plugin” % “4.0.0”)
save the file.
reload the terminal
sbt
eclipse