Exception with org.apache.lucene.store.Directory

2007-10-27 Thread dinesh chothe
Hello, I am getting one exception while running my Search.jsp. Exception is org.apache.lucene.store.Directory.* ;not found. Even I have using lucene1.3, lucene1.4,lucene2.2 jars in my project. Following are my import statements in

Re: Exception with org.apache.lucene.store.Directory

2007-10-27 Thread dinesh chothe
search function using jsp I am getting above error. Regards, Dinesh On 10/27/07, Daniel Naber <[EMAIL PROTECTED]> wrote: > > On Saturday 27 October 2007 13:20, dinesh chothe wrote: > > > <%@ page import= "org.apache.lucene.store.Directory.* "%> > >

Re: Exception with org.apache.lucene.store.Directory

2007-10-28 Thread dinesh chothe
Yes Sir I have put my all external jar files in WEB-INF/lib directory. On 10/27/07, Daniel Naber <[EMAIL PROTECTED]> wrote: > > On Saturday 27 October 2007 15:11, dinesh chothe wrote: > > > Thanks for your reply. I have changed my all imports. &g