Skip to content

Commit

Permalink
Update Java version in README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Alexei Barantsev <barancev@gmail.com>
  • Loading branch information
asashour authored and barancev committed Jun 15, 2015
1 parent 58baeeb commit 33f86ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,16 @@ from https://github.com/facebook/watchman

## Requirements

* [Java 6 JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Java 7 JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* `java` and `jar` on the PATH

Although the build system is based on rake it's **strongly advised**
to rely on the version of JRuby in `third_party/` that is invoked by
`go`. The only developer type who would want to deviate from this is
the “build maintainer” who's experimenting with a JRuby upgrade.

Note that all Selenium Java artefacts are **built with Java 6
(mandatory)**. Those _will work with any Java >= 6_.
Note that all Selenium Java artefacts are **built with Java 7
(mandatory)**. Those _will work with any Java >= 7_.

### Optional Requirements

Expand Down

0 comments on commit 33f86ba

Please sign in to comment.