How do I get “sbt hello, world” to run?
问题 I'm trying to get a clue about Scala/SBT and was walking through http://www.scala-sbt.org/0.13/docs/Hello.html The first step went well...I've got a directory called "hello" that has the result of $ sbt new sbt/scala-seed.g8 in it. At the 2nd step, "Running your app", the wheels come off. $ sbt [info] Loading project definition from /Users/robert.kuhar/dev/Hello/project [info] Set current project to Hello (in build file:/Users/robert.kuhar/dev/Hello/) > run [info] Compiling 1 Scala source to