Skip to content

Commit

Permalink
Merge pull request #1348 from /issues/1343/1
Browse files Browse the repository at this point in the history
Fixes #1343. Add note about minimum java version requirements.
  • Loading branch information
karlcow authored Feb 16, 2017
2 parents bd8877c + 1fa7c24 commit 815cb73
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,16 @@ We use [Intern](http://theintern.io/) to run functional tests.
#### Installing Java
> Java is used to run Selenium functional tests
> Java is used to run Selenium functional tests. Version 1.8.0+ is required.
To test if your version of Java is recent enough, type the `java -version` into your terminal.
```
> java -version
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
```
##### OS X:
Expand Down

0 comments on commit 815cb73

Please sign in to comment.