diff --git a/_layouts/downloadpage.html b/_layouts/downloadpage.html index b52707e20..d20e679cb 100644 --- a/_layouts/downloadpage.html +++ b/_layouts/downloadpage.html @@ -22,10 +22,10 @@

The most popular way to get Scala is either using Scala through sbt, the Sca
1
-

First, make sure you have the Java 8 JDK installed.

+

First, make sure you have the Java 8 JDK (or Java 11 JDK) installed.

To check, open the terminal and type:

-

java -version(Make sure you have version 1.8.)

-

(If you don't have it installed, download Java here.)

+

java -version(Make sure you have version 1.8 or 11.)

+

(If you don't have it installed, download Java from Oracle Java 8, Oracle Java 11, or AdoptOpenJDK 8/11. Refer JDK Compatibility for Scala/Java compatiblity detail.