Questions tagged [hwpf]

Apache POI - HWPF - Java API to Handle Microsoft Word Files

HWPF is the name of a port of the Microsoft Word 97(-2007) file format to pure Java as part of the project. It also provides limited read only support for the older Word 6 and Word 95 file formats.

See the Apache POI homepage for details.

46 questions
-3
votes
1 answer

the problems with read Doc or Docx file in java

I am having this problem with reading a .doc or .docx file in Java: java.lang.NoClassDefFoundError: org/apache/poi/hwpf/HWPFDocument I don't understand why this is happening and would appreciate any help getting rid of this error.
1 2 3
4