...
Open your terminal and verify that you have a Java runtime version >= 1.8 installed:
Code Block |
---|
$> java -version |
You should see an output similar to this:
Code Block |
---|
java version "1.8" |
If there is a version number 1.8 or higher shown, then you have installed “Java 8” or higher.
...