use classpath!
2008/9/9 Alexander Aristov <[EMAIL PROTECTED]>
> Hi
>
> Build path and classpath at runtime are different matters. Where do you run
> your servlet, in which container.
>
> Mainly all servlet containers should add all libraries located under
> WEB-INF/lib, so you must place your luc
Hi
Build path and classpath at runtime are different matters. Where do you run
your servlet, in which container.
Mainly all servlet containers should add all libraries located under
WEB-INF/lib, so you must place your lucene jar files there.
Alex
2008/9/9 VikramIyer <[EMAIL PROTECTED]>
>
> Hi,