how can integrate the javadoc with a project

。_饼干妹妹 提交于 2019-12-06 14:47:59

问题


my codes can be shown as follows, however when doing that net beans says that the relevant javadocs are not in libraries. Please help me to solve this problem. how can I integrate javadocs with libraries.please reply me soon

import org.opencv.core.Core;
import org.opencv.core.Mat;
import org.opencv.core.CvType;
import org.opencv.core.Scalar;

回答1:


Refer this link to get your javadoc .But when compared to previos version (OpenCV 2.4.10) it's not well constructed.

In NetBeanse IDE,

  1. Go to Tools Tab
  2. Select "Java Platforms"
  3. You will see Java Platform Manger Window
  4. Select the tab "Javadoc"
  5. from the right side select the "Add URl" button under the "ADD ZIP/Folder"
  6. Copy and paste the Javdoc URL mentioned above

And for more instructions for download the javadoc to read offline , refer

Hope This helps!



来源:https://stackoverflow.com/questions/36002542/how-can-integrate-the-javadoc-with-a-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!