Re: HTTP ERROR: 500: Unable to compile class for JSP

2007-05-17 Thread Laxmilal Menaria
Tools.jar is missing in jre folder.. On 5/17/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: Thanks its now working, On 5/17/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > Check your path... the JRE (vs JDK version) is probably still being > picked up. > You could also try typing the full

Re: HTTP ERROR: 500: Unable to compile class for JSP

2007-05-17 Thread Laxmilal Menaria
Thanks its now working, On 5/17/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: Check your path... the JRE (vs JDK version) is probably still being picked up. You could also try typing the full path: C:\Program Files\Java\jdk1.6.0_01\bin\java -jar start.jar -Yonik On 5/17/07, Laxmilal Menaria <

Re: HTTP ERROR: 500: Unable to compile class for JSP

2007-05-17 Thread Yonik Seeley
Check your path... the JRE (vs JDK version) is probably still being picked up. You could also try typing the full path: C:\Program Files\Java\jdk1.6.0_01\bin\java -jar start.jar -Yonik On 5/17/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: C:\>echo %JAVA_HOME% C:\Program Files\Java\jdk1.6.0_0

Re: HTTP ERROR: 500: Unable to compile class for JSP

2007-05-17 Thread Laxmilal Menaria
C:\>echo %JAVA_HOME% C:\Program Files\Java\jdk1.6.0_01 On 5/17/07, Laxmilal Menaria <[EMAIL PROTECTED]> wrote: Hello everyone, I am new to solr , I have tried to use solr. start.jar from examples, is successfully running, but when I opened http://localhost:8983/solr/admin/ then its give me