Reputation: 3622
i follow the tutorial https://class.coursera.org/progfun-005/lecture/21 to install Scala. I have already java install in it.As the tutorial guides i download the latest sbt and install it. But when i am trying to run in command prompt by typing
sbt sbtVersion it gives an error that "Files was unexpected at this time" I am new in this so ignore if i am making any silly error
Upvotes: 0
Views: 106
Reputation: 34657
Download the jar and run it using java -jar /location/of/the/downloaded/jar/from/the/previous/link
-- leave a comment if you have further problems.
Upvotes: 1