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

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

Reply via email to