The Setup Wizard appears, click on Next and complete the installation process. msi extension.ĭouble Click or Open scala-2.11.6.msi file and select Run. The Scala installer file will be downloaded with. Java HotSpot(TM) Client VM (build 25.31-b07, mixed mode, sharing) Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
#Install unix on mac windows
Now enter the scala shell as shown bin]$. Just go to the bin Downloads]$ cd scala-2.11.6]$cd bin Now we are in the downloads directory where Scala binaries are present. Unzip the scala-2.11.6.tgz file using the following command as shown below.Īfter unzipping, change the path to point to the directory using cd command as shown below.įor instance my directory is Downloads in which Scala binaries are unzipped. As of writing this post Scala version is 2.11.6, so you should be getting downloaded file as scala-2.11.6.tgz. Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode) Java(TM) SE Runtime Environment (build 1.8.0_20-b26) Open the shell/terminal and type java -version and javac -version. Verify the JDK installation on your machine.