Skip to content

Commit 815cb73

Browse files
authored
Merge pull request #1348 from /issues/1343/1
Fixes #1343. Add note about minimum java version requirements.
2 parents bd8877c + 1fa7c24 commit 815cb73

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CONTRIBUTING.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,16 @@ We use [Intern](http://theintern.io/) to run functional tests.
418418
419419
#### Installing Java
420420
421-
> Java is used to run Selenium functional tests
421+
> Java is used to run Selenium functional tests. Version 1.8.0+ is required.
422+
423+
To test if your version of Java is recent enough, type the `java -version` into your terminal.
424+
425+
```
426+
> java -version
427+
java version "1.8.0_51"
428+
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
429+
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
430+
```
422431
423432
##### OS X:
424433

0 commit comments

Comments
 (0)