Netbeans Download Javadoc repeatedly

后端 未结 2 862
借酒劲吻你
借酒劲吻你 2021-01-18 06:24

I work with Netbeans 7.0.1 for a research project. My issue is that each time I want to check the javadoc for a given function or class (from the auto-completion menu), Netb

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-18 06:52

    It seems strange that you download the Javadoc everytime... To configure javadoc in Netbeans :

    Tools -> Java Platforms

    Choose your JDK, the in the pane Javadoc the URL should be :

    http://download.oracle.com/javase/7/docs/api/

    If you have problem with this remove it and download the javadoc zip and add it instead of the url.


    JDK8 updated link (thanks @Tim S) : http://www.oracle.com/technetwork/java/javase/documentation/jdk8-doc-downloads-2133158.html


    JDK 14 updated link: https://www.oracle.com/java/technologies/javase-jdk14-doc-downloads.html

提交回复
热议问题