Hello Sir, i downloaded lucene, then i went into the directory of jar file lucene-core-2.4.0.jar . I typed the command java -jar lucene-core-2.4.0.jar to run the jar file from command prompt. then the following error came "failed to load main-class manifest attribute from lucene-core-2.4.0.jar" . I want to index a web document and see the result after searching.
Regards Nitin On Sun, Jan 25, 2009 at 5:47 AM, Grant Ingersoll <gsing...@apache.org>wrote: > Can you share the steps you have taken? The actual commands, that is. > > -Grant > > > On Jan 24, 2009, at 2:33 PM, nitin gopi wrote: > > Hello , I have recently started downloaded lucene. This is the first time >> i >> am using lucene.My project is to add LSI(Latent Semantic Indexing) to the >> indexing method of the lucene, to improve the indexing of documents. >> I first want to index some webpages and see how does search work >> in lucene.The problem I am facing is that whenver i run lucene jar file >> through command prompt, i get error as "failed to load main-class manifest >> attribute from lucene-core-2.4.0.jar .I m using java 1.6.0_05. Please help >> me with this. >> >> Thanking You >> Nitin >> > > -------------------------- > Grant Ingersoll > > Lucene Helpful Hints: > http://wiki.apache.org/lucene-java/BasicsOfPerformance > http://wiki.apache.org/lucene-java/LuceneFAQ > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >