Apache | POI |
Apache POI - How To BuildJDK VersionPOI 3.5 and later requires the JDK version 1.5 or later. Versions prior to 3.5 require JDK 1.4+ Install Apache AntThe POI build system requires Apache Ant Specifically the build has been tested to work with Ant version 1.7.1. To install the product download the distribution and follow the instructions. Remember to set the ANT_HOME environment variable and add ANT_HOME/bin to your shell's PATH. Install JUnitRunning unit tests and building a distribution requires JUnit. Just pick the latest versions of the jars from SourceForge and place them in ANT_HOME/lib. Make sure that optional.jar is in ANT_HOME/lib. Install Apache ForrestThe POI build system requires Apache Forrest to build the documentation. Specifically the build has been tested to work with Forrest 0.5. This is an old release which is available here. Remember to set the FORREST_HOME environment variable. Building Targets with AntThe main targets of interest to our users are:
|