hi ,

i am using Lucene2.0.0 with jre1.4.2_03 .

it is simple program in which i am indexing an xml file . but when i run it
, i get this error

java.lang.NoSuchMethodError:
com.trend.iwss.jscan.appscan.runtime.PolicyProps: method <init>()V not found
   at com.trend.iwss.jscan.appscan.runtime.Session.<init>(Session.java:58)
   at com.trend.iwss.jscan.appscan.runtime.Session.<clinit>(Session.java
:33)
   at org.apache.lucene.store.FSDirectory.<clinit>(FSDirectory.java)
   at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:204)
   at MxGraphIndexer.<init>(MxGraphIndexer.java:45)
   at MxGraphIndexer.main(MxGraphIndexer.java:199)
Exception in thread "main"

i tried using jre1.4.2_05 and even jre1.5 . but am not able to fix it

is there anything which i am missing .

Regards
maarsh

Reply via email to