Scala Getting Start.
Usage
- Keep
java -version
can show your systemJava Version
in CMD. The version must be upper thanJava1.8
. - Clone this project to your local directory.
- Run
sbt.bat
in Windows CMD or WSL. - Run
run
task in SBT shell.
If you are using PowerShell
, you should enter CMD first. This can be:
cmd
sbt
sbt:scala-start>run // Just type run is OK.