Re: NoClassDefFoundError: org/apache/solr/common/params/SolrParams

2011-12-30 Thread Bruno Adam Osiek
Thanks. I'm still working on this issue with no success so far. I'm reinstalling right now my whole development environment, for I have probably messed with it while attempting to find the reason for this error message. Bruno On 12/29/2011 08:27 PM, Dyer, James wrote: The SolrParams

RE: NoClassDefFoundError: org/apache/solr/common/params/SolrParams

2011-12-29 Thread Dyer, James
The SolrParams class is in the solrj.jar file so you should verify that this is in the classpath. Also see if it is listed in the manifest.mf file in the war's META-INF dir. If you're running this on a server within Eclipse and letting Eclipse do the deploy, my experience is it can be