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.
> > Even I am using
> > <%@ pag
On Saturday 27 October 2007 15:11, dinesh chothe wrote:
> Thanks for your reply. I have changed my all imports.
> Even I am using
> <%@ page import= "org.apache.lucene.store.Directory "%>
> still also I am getting same error.
Are your JAR files (Lucene etc) in WEB-INF/lib in your web ap
Thanks for your reply. I have changed my all imports.
Even I am using
<%@ page import= "org.apache.lucene.store.Directory "%>
still also I am getting same error.
Also strange thing is if I run my .java file for search it
works
fine but when I call this search function u
On Saturday 27 October 2007 13:20, dinesh chothe wrote:
> <%@ page import= "org.apache.lucene.store.Directory.* "%>
That's a class, not a package, so try:
<%@ page import= "org.apache.lucene.store.Directory "%>
Similar for the other classes.
Regards
Daniel
--
http://www.danielnaber.de
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