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 4290821 commit 24548c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/solr-setup.rst
Expand Up @@ -212,9 +212,9 @@ 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

Expand Down

0 comments on commit 24548c0

Please sign in to comment.