Skip to content

Commit

Permalink
[#1038] Fix an apparently botched merge (cont).
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Sep 17, 2013
1 parent e023b44 commit 4290821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/solr-setup.rst
Expand Up @@ -212,7 +212,7 @@ Some problems that can be found during the install:

<dataDir>${dataDir}</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::
Expand All @@ -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
-----------------------------------
Expand Down

0 comments on commit 4290821

Please sign in to comment.