Hi, On 9/3/07, Thomas Kurzman <[EMAIL PROTECTED]> wrote: > hi, > > i'm trying to run nutch 0.9 with j2re1.4.2_10. > > but i'm getting the following exception (when i try to run the search.jsp > from the nutch.war): > java.lang.UnsupportedClassVersionError: > org/apache/nutch/plugin/PluginRuntimeException (Unsupported major.minor > version 49.0) > > i also found the following post: > http://mail-archives.apache.org/mod_mbox/lucene-nutch-user/200704.mbox/[EMAIL > PROTECTED] > > as i read in this post, is it correct that using nutch 0.9 has JDK 5 as an > requirement? if so, is there a possibility to get around this?
Not really. Nutch uses some java5 features (such as generics). There is no way to work around it (except changing code). And it wouldn't work even if you were to change code because nutch 0.9 depends on hadoop-0.12 which also uses java 5. > > thanks, > > thomas > > -- > GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. > Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail > -- Doğacan Güney
