Re: Apache Solr quickstart tutorial - error while loading main class SimplePostTool

2015-01-16 Thread Shubhanshu Gupta
Thanks a lot. It did work. A last favor - can you please explain me, why did the old command didn't work and why this one worked? Although, I do know that the command you have given assumes that I did not set the environment through: "export CLASSPATH =dist/solr-core-4.10.2.jar" . But I already s

Re: Apache Solr quickstart tutorial - error while loading main class SimplePostTool

2015-01-16 Thread Ahmet Arslan
Hi Shubhanshu, How about this one? java -classpath dist/solr-core-*jar -Dauto -Drecursive org.apache.solr.util.SimplePostTool docs/ Ahmet On Friday, January 16, 2015 3:13 PM, Shubhanshu Gupta wrote: I am following Apache Solr quickstart tutorial