: This example only works with lucene Version 1.4.3, because when I use lucene
: Version 2, then I get the error message:
: The selected method Keyword was not found

You can find info about this in the FAQ...

http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-d09fdfc8a6335eab4e3f3dc8ac41a40a3666318e

: I've downloaded lucene-1.4.3-src.zip extraced it, installed ANT, installed
: the newest JDK 1.5.0_09 and then I run ant.
: The file is compiled without any error, but when I run my Index-Script I get
: this error:
: org/apache/lucene/analysis/StopAnalyzer (Unsupported major.minor version
: 49.0)

this is a JVM error, usually indicating that you are attempting to run
code compiled with a "newer" Javac in an "older" JVM .. are you sure that
when you execute your code you are still using your 1.5 JDK ?

(google "Unsupported major.minor version: 49.0" flor lots of examples of
this)



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to