Search code examples
javaubuntujavadocweka

How can I include the Weka API javadoc in Netbeans (Ubuntu)


I am currently using Ubuntu as my OS. I need to include the Weka API javadoc in my Netbeans IDE installation. How can I do this ?


Solution

  • Here is the steps of adding Weka API Javadoc to NetBeans IDE:

    1. Right click on the project -> Properties -> Libraries
    2. Select the library to which you want to add javadoc
    3. Click the Edit button and from there you can Browse javadoc folder.

    The Javadoc folder of Weka is in the installation directory of Weka-X-X (i.e ~/Weka-3-6).