Skip to content

Commit 33f86ba

Browse files
asashourbarancev
authored andcommitted
Update Java version in README.md
Signed-off-by: Alexei Barantsev <[email protected]>
1 parent 58baeeb commit 33f86ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,16 @@ from https://github.com/facebook/watchman
109109

110110
## Requirements
111111

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

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

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

123123
### Optional Requirements
124124

0 commit comments

Comments
 (0)