Re: Problem with running Solr Example in Example directory

2007-01-03 Thread Jagadish Channagiri
Thanks Yonik. I will go ahead and try your suggestion. -Jagadish On 1/3/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: It looks like the jre is being picked up before the JDK. Put the bin directory of the JDK in your path first, or use the full path to the JDK: c:\Java\jdk1.6.0\bin\java.exe -ja

Re: Problem with running Solr Example in Example directory

2007-01-03 Thread Yonik Seeley
It looks like the jre is being picked up before the JDK. Put the bin directory of the JDK in your path first, or use the full path to the JDK: c:\Java\jdk1.6.0\bin\java.exe -jar start.jar -Yonik On 1/3/07, Jagadish Channagiri <[EMAIL PROTECTED]> wrote: I am trying to run the example in Solr D

Problem with running Solr Example in Example directory

2007-01-03 Thread Jagadish Channagiri
I am trying to run the example in Solr Distribution and can't instantiate http://localhost:8983/solr/admin. Her below is the stack trace I get as soon as I instantiate http://localhost:8983/solr/admin. I have not set the classpath variable. I have set JAVA_HOME c:\Java\jdk1.6.0 I have noticed th