Install Scala in windows
Posted on by Sumit KumarPrerequisite :–Java should be installed.
Please follow below step to install scala in Window :–
1)Download scala :-Click on below link to download scala.
https://www.scala-lang.org/download/
2)After download unzip it and set class path.
3)After setting class path go to command prompt and type scala.
After that you can practice scala program in scala REPL(Read Evaluate Print Loop).
In the next section we will work on Scala string.
Resources:
Leave a Reply