Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一些外部库,并且我还想包含他们的 javadocs。我在 Internet 上进行了搜索,但 JDeveloper 的文档很少。整个 IDE 实际上有点不直观,尽管非常强大。
当您使用工具/管理库将库添加到 JDeveloper 时,或者当您将库添加到项目属性时,您可以包括类路径、文档路径和源路径。只有 Class Path 是必需的,但如果您想包含 javadocs,请将它们的位置放在 Doc Path 中。