0

I downloaded the jars of Apache POI Open Source project that supports manipulation of MS Office Files.

The folder that I downloaded contains a folder of javadocs of that project.

Now my query is that how can I integrate that with the netbeans so that the auto completion text box will show the docs of the functions of those jars.

2 Answers 2

1

Have you tried Tools|Libraries? There's a tab called Javadoc for each library, it might work

Sign up to request clarification or add additional context in comments.

Comments

0
  1. Right click on the project --> select properties --> Libraries (compile tab).
  2. click on "Add JAR/Folder" and browse for "poi-3.9-20121203.jar" (included in "poi-bin-3.9-20121203.zip" and add it.
  3. Afer adding it.. select it and click on "Edit". and add "poi-3.9-docs.jar" in Javadoc.

for detailed steps of step (3) --> see the guide in this link (first answer): https://stackoverflow.com/questions/12741449/apache-poi-sourcecode-javadoc

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.