RE: help needed in starting lucene

2004-06-02 Thread wallen
It sounds to me like you need a newer version of Java.

-Original Message-
From: milind honrao [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 5:36 PM
To: [EMAIL PROTECTED]
Subject: help needed in starting lucene


Hi,
 
I am just a beginner. I installed lucene according to the intsructions
provided. 
I did all the changed to the environment variables
when i try to run the test program for building indexes using the following
command:  java  org.apache.lucene.demo.IndexFiles test/Doc
I am getting the following exception 
Exception in thread main class java.lang.ExceptionInInitializerError:
java.lang.RuntimeException: java.security.NoSuchAlgorithmException: MD5:
Class not found.

 

 

Yahoo! India Matrimony: Find your partner online.

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



RE: help needed in starting lucene

2004-06-02 Thread Karthik N S
Hey I think u have a file path problem in there try giving the full path

java  org.apache.lucene.demo.IndexFiles  e:/lucene/../test/Doc

Also set classpath for lucene1.3-final.jar or lucene-1.4-rc2.jar
before start indexing


with regards
Karthik

-Original Message-
From: milind honrao [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 3:06 AM
To: [EMAIL PROTECTED]
Subject: help needed in starting lucene


Hi,

I am just a beginner. I installed lucene according to the intsructions
provided.
I did all the changed to the environment variables
when i try to run the test program for building indexes using the following
command:  java  org.apache.lucene.demo.IndexFiles test/Doc
I am getting the following exception
Exception in thread main class java.lang.ExceptionInInitializerError:
java.lang.RuntimeException: java.security.NoSuchAlgorithmException: MD5:
Class not found.





Yahoo! India Matrimony: Find your partner online.


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