From 4290821c16217fedf652efb9187f43e29a28b269 Mon Sep 17 00:00:00 2001 From: David Read Date: Tue, 17 Sep 2013 15:20:26 +0000 Subject: [PATCH] [#1038] Fix an apparently botched merge (cont). --- doc/solr-setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/solr-setup.rst b/doc/solr-setup.rst index 8b5b90ae89b..bc1961dd375 100644 --- a/doc/solr-setup.rst +++ b/doc/solr-setup.rst @@ -212,7 +212,7 @@ Some problems that can be found during the install: ${dataDir} -* When running Solr it says ``Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK.`` +* When running Solr it says ``Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps ``JAVA_HOME`` does not point to the JDK.`` See the note above about JAVA_HOME. Alternatively you may not have installed the JDK. Check by seeing if javac is installed:: @@ -222,7 +222,7 @@ Some problems that can be found during the install: sudo apt-get install openjdk-6-jdk - and restart SOLR. + and restart Solr. Handling changes in the CKAN schema -----------------------------------