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
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.* "%>
>
>
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