We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be9264b + 542dfd7 commit e30f1acCopy full SHA for e30f1ac
docs/docs/contributing/getting-started.md
@@ -7,9 +7,8 @@ title: Getting Started
7
8
Requirements
9
------------
10
-Make sure that you are using Java 8: The output of `java -version` should
11
-contain `1.8`. Work to support Java 9 is
12
-[ongoing](https://github.com/lampepfl/dotty/pull/3138).
+Make sure that you are using Java 8 or newer. You can determine which version of the JDK is the
+default by typing `java -version` in a Terminal window.
13
14
Compiling and Running
15
---------------------
0 commit comments