[DOCS] Java 7 is required since 1.2.0

This commit is contained in:
javanna 2014-05-30 10:45:22 +02:00 committed by Luca Cavanna
parent 8c903f4787
commit 74eff87dd6
2 changed files with 3 additions and 2 deletions

View File

@ -93,7 +93,7 @@ With that out of the way, let's get started with the fun part...
== Installation
Elasticsearch requires Java. Specifically as of this writing, it is recommended that you use the Oracle JDK version 1.7.0_55. Java installation varies from platform to platform so we won't go into those details here. Suffice to say, before you install Elasticsearch, please check your Java version first by running (and then install/upgrade accordingly if needed):
Elasticsearch requires Java 7. Specifically as of this writing, it is recommended that you use the Oracle JDK version 1.7.0_55. Java installation varies from platform to platform so we won't go into those details here. Suffice to say, before you install Elasticsearch, please check your Java version first by running (and then install/upgrade accordingly if needed):
[source,sh]
--------------------------------------------------

View File

@ -31,7 +31,8 @@ $ bin/elasticsearch -d
--------------------------------------------------
Elasticsearch is built using Java, and requires at least
http://java.sun.com/javase/downloads/index.jsp[Java 6] in order to run.
http://java.sun.com/javase/downloads/index.jsp[Java 7] in order to run
added[1.2.0,Was at least Java 6 before].
The version of Java that will be used can be set by setting the
`JAVA_HOME` environment variable.