Update Java version to 1.7 in documentation
Change-Id: I2045067160dee3a791b39fec8cc1636fe21c6ba3
This commit is contained in:
parent
d741204399
commit
0c4bde4669
@ -28,14 +28,14 @@ Most distributions come with Java today. Do you already have Java installed?
|
||||
|
||||
----
|
||||
$ java -version
|
||||
java version "1.6.0_26"
|
||||
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425)
|
||||
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode)
|
||||
java version "1.7.0_21"
|
||||
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
|
||||
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
|
||||
----
|
||||
|
||||
If Java isn't installed, get it:
|
||||
|
||||
* JDK, minimum version 1.6 http://www.oracle.com/technetwork/java/javase/downloads/index.html[Download]
|
||||
* JDK, minimum version 1.7 http://www.oracle.com/technetwork/java/javase/downloads/index.html[Download]
|
||||
|
||||
|
||||
[[user]]
|
||||
|
@ -7,7 +7,7 @@ Requirements
|
||||
To run the Gerrit service, the following requirements must be met on
|
||||
the host:
|
||||
|
||||
* JDK, minimum version 1.6 http://www.oracle.com/technetwork/java/javase/downloads/index.html[Download]
|
||||
* JDK, minimum version 1.7 http://www.oracle.com/technetwork/java/javase/downloads/index.html[Download]
|
||||
|
||||
You'll also need an SQL database to house the review metadata. You have the
|
||||
choice of either using the embedded H2 or to host your own MySQL or PostgreSQL.
|
||||
|
Loading…
Reference in New Issue
Block a user