I have a windows 10 machine, and I have JDK 1.8 installed in it. I also have scala 2.11.12. I have installed SBT 1.2.8 and all 3 are visible in the control panel.
The JAVA_HOME is properly set.
However when I try to run sbt sbtVersion
I get error as
[error] java.io.IOException: CreateFile() failed with error 3
Am I missing something here ? What is the fix to this problem ?