Oleg
Oleg

Reputation: 941

SBT doesn't run correctly

SBT 1.0.3, java 8, windows 10 home
When I type sbt in command line, I get

Error: unable to access jarfile
Copying runtime jar.
Error: unable to access jarfile
C:\Users\ #My user name here# \.sbt\preloaded\org.scala-sbt\sbt\"1.0.3"\jars\sbt.jar

Then, looks like it runs, but doesn't resolve any dependencies.

More info:
There is no preloaded folder in my system.
Clean reinstall windows doesn't solve this problem.

Upvotes: 0

Views: 431

Answers (1)

Aleksei Alefirov
Aleksei Alefirov

Reputation: 341

This is not an answer, more of a comment

Observed the same. On the beginning of this week sbt 1.0.3 worked all right, now I'm having this issue. Reinstalling sbt 0.13 does not help.

I'm afraid it is about some Windows updates.

Upvotes: 1

Related Questions