Skip to content

Commit

Permalink
[#1038] Fix an apparently botched merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Sep 17, 2013
1 parent df890fc commit e023b44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/solr-setup.rst
Expand Up @@ -212,17 +212,17 @@ 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::
See the note above about JAVA_HOME. Alternatively you may not have installed the JDK. Check by seeing if javac is installed::
which javac

If it isn't do::
If it isn't do::

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 e023b44

Please sign in to comment.