diff --git a/doc/solr-setup.rst b/doc/solr-setup.rst index c000723af8b..9f644742496 100644 --- a/doc/solr-setup.rst +++ b/doc/solr-setup.rst @@ -50,9 +50,9 @@ and the admin site:: http://localhost:8983/solr/admin -.. note:: If you get the message `Could not start Jetty servlet engine because no Java Development Kit (JDK) was found.` then you will have to edit /etc/profile and add this line to the end such as this to the end (adjusting the path for your machine's jdk install):: +.. note:: If you get the message `Could not start Jetty servlet engine because no Java Development Kit (JDK) was found.` then you will have to edit /etc/profile and add this line to the end such as this to the end (adjusting the path for your machine's jdk install): - JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64/ + ``JAVA_HOME=/usr/lib/jvm/java-6-openjdk-amd64/`` Now run::