Documentation: Specify JRE rather than JDK

It should not be necessary to require the JDK to run Gerrit. The JRE
should be enough.

Change-Id: Iaac64bc37c5cc4b352d1a489e6bc3c71ccd0fd8b
This commit is contained in:
David Pursehouse
2016-11-15 12:11:21 -08:00
parent 509188ae96
commit 7b409444dc
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
To run the Gerrit service, the following requirements must be met on
the host:
* JDK, minimum version 1.8 http://www.oracle.com/technetwork/java/javase/downloads/index.html[Download]
* JRE, minimum version 1.8 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.