浏览代码

[DOCS] Java 7 is required since 1.2.0

javanna 11 年之前
父节点
当前提交
74eff87dd6
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 1
      docs/reference/getting-started.asciidoc
  2. 2 1
      docs/reference/setup.asciidoc

+ 1 - 1
docs/reference/getting-started.asciidoc

@@ -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]
 --------------------------------------------------

+ 2 - 1
docs/reference/setup.asciidoc

@@ -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.