I have scala and sbt installed on windows. I cannot use the VM field because VT is disabled on the laptop that I use at work. Using scalac and scala to run the sample program works, but I can't get sbt to work from the command line.
I have SBT_HOME installed in C: \ Program Files (x86) \ sbt \ How can I get SBT to work? Any help is appreciated. The error looks like this:
java -Dsbt.log.noformat=true -Djline.terminal=jline.UnsupportedTerminal -Xmx512M -XX:MaxPermSize=256M -jar C:\Users\indgorti\.IdeaIC14\system\sbt\sbt-launch.jar Getting org.fusesource.jansi jansi 1.11 ... :: problems summary :: :::: WARNINGS module not found: org.fusesource.jansi
source share