HoustonPutman commented on a change in pull request #526:
URL: https://github.com/apache/solr/pull/526#discussion_r784981778



##########
File path: solr/solr-ref-guide/src/solrj.adoc
##########
@@ -65,16 +65,16 @@ To compile code manually that uses SolrJ, use a `javac` 
command similar to:
 
 [source,bash,subs="attributes"]
 ----
-javac -cp .:$SOLR_HOME/dist/solr-solrj-{solr-docs-version}.0.jar ...
+javac -cp 
.:$SOLR_HOME/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-{solr-docs-version}.0.jar
 ...
 ----
 
 At runtime, you need a few of SolrJ's dependencies, in addition to SolrJ 
itself.
-For convenience, these dependencies are made available in the `dist/solrj-lib` 
directory.
+In the Solr distribution these dependencies are not separated from Solr's 
dependencies, so you must include all.

Review comment:
       How about:
   
   In the Solr distribution these dependencies are not separated from Solr's 
dependencies, so you must include all or manually choose the exact set that is 
needed. Please refer to the maven release for the exact dependencies needed for 
your version: 
https://search.maven.org/artifact/org.apache.solr/solr-solrj/<solr-version>/jar




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to