undefined
undefined

Reputation: 3622

Getting error in installing scala

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

Answers (1)

hd1
hd1

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

Related Questions