macOS either comes with a pre-installed JDK, or installs it automatically. To verify your JDK installation, open the Terminal and type `java -version`. If the JDK is not yet installed, the system will ask you if you would like to download and install it. Make sure you install Java 1.8.
[Download and run the JDK 8 installer for Windows from Oracle's website.](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
[Download and run the OpenJDK 8 installer.](https://adoptopenjdk.net)
## Step 3: Verify your JDK installation
...
...
@@ -49,8 +64,6 @@ See [https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html](https://ww
### On macOS
First, install Homebrew from [https://brew.sh](https://brew.sh) Then run: