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
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