cmd
into the text box to the bottom left of your screen and hit enter
. The command prompot window should then come up. It looks something like this:java -version
at the prompt. If you have Java installed you should get a response like:x64
. The 32-bit installation (known as x86) will not work.java -d64 -version
. You should see output to the one in the previous section.cd
command. Ask for help if you get stuck.sbt.bat
. Make sure see output that looks like the following (this will take a little while the first time you do it).>
. Typeconsole
. It should look something like this:scala>
prompt means that you are ready to test your install. Try the following at the prompt:download
button will automatically download the Windows installer for Scala version 2.12.Next
button to choose all the installation defaults. Check the box on the license page to accept the license.scala
at the prompt:scala>
prompt indicates you are in the REPL. For now, just type :quit
at the prompt to exit the REPL.sbt
at the command prompt. You will see something like this:>
is the sbt command prompt.