From 0c4bde46692ade945d542db093e295a71e75a30d Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Tue, 10 Dec 2013 14:12:56 +0900 Subject: [PATCH] Update Java version to 1.7 in documentation Change-Id: I2045067160dee3a791b39fec8cc1636fe21c6ba3 --- Documentation/install-quick.txt | 8 ++++---- Documentation/install.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/install-quick.txt b/Documentation/install-quick.txt index 741de356e0..de17abd9c0 100644 --- a/Documentation/install-quick.txt +++ b/Documentation/install-quick.txt @@ -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]] diff --git a/Documentation/install.txt b/Documentation/install.txt index 8e836f8865..cbd9965a7f 100644 --- a/Documentation/install.txt +++ b/Documentation/install.txt @@ -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.