I've recently download poi-src-3.2-FINAL from apache.org. Now I can't write these:
import org.apache.poi.poifs.filesystem.*;
import org.apache.poi.hwpf.*;
import org.apache.poi.hwpf.extractor.*;
Now I can't use the classes of HWPFDocument and WordExtractor. I can only
import org.apache.*;
Did I forget to download any other thing?