diff --git a/solr/src/site/src/documentation/content/xdocs/tutorial.xml b/solr/src/site/src/documentation/content/xdocs/tutorial.xml index 84e4b13ff82..a6063c1e988 100755 --- a/solr/src/site/src/documentation/content/xdocs/tutorial.xml +++ b/solr/src/site/src/documentation/content/xdocs/tutorial.xml @@ -45,14 +45,14 @@ To follow along with this tutorial, you will need...

    -
  1. Java 1.5 or greater. Some places you can get it are from +
  2. Java 1.6 or greater. Some places you can get it are from OpenJDK, Sun, IBM, or Oracle.
    Running java -version at the command line should indicate a version - number starting with 1.5. Gnu's GCJ is not supported and does not work with Solr. + number starting with 1.6. Gnu's GCJ is not supported and does not work with Solr.
  3. A Solr release.