I am running my solr on an ec2 instance from aws and I have added my solrj libraries in a lib folder in my solr instance and added the path in the solr.config, but I still get the following error:
12-03 01:20:59.010: E/AndroidRuntime(5594):
java.lang.NoClassDefFoundError: Failed resolution of:
Lorg/apache/solr/client/solrj/impl/HttpSolrClient$Builder;
what else do i need to do?