: Now i have solr working with lockless index, but i had to download the
: binaries from the lucene website so now it works ok, but still don't
: know why the  jar file generated in the compilation of the lucene svn
: sources doesn't work with solr, so the main part of the problem is
: solved, i will go on investigating why the compiled jar doesn't work, bu
: i think it's no a java problem, in that case it won't work even with the
: lucene binaries.

if the lucene jars built by someone else work, but the jars you compile
for yourself don't then that suggests to me that there is an
incompatibility between the java compiler you are using to compile the
code, and the JVM you are using hte run the code ... is there any
possibility you have a 1.6 javac lying arround that might be getting used
by ant?



-Hoss

Reply via email to