简体   繁体   中英

java apache poi importing into netbeans 6.9

i downloaded apache.poi-src-3.7-20101029.zip and i want to use this package in my java application using netbeans 6.9 to get use of doc files.

How to configure that zip file into netbeans to get use of the package into java application

Go to Projects...Select your Project...Right click on Properties->Libraries. Under Compile Tab Click Add. Browse to your zip and add it. Done! If your library is a Run time library [Which I think it isn't] you need to add it under the Run tab.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM