Eclipse Generate Javadoc Wizard: what is “Javadoc Command”?

前端 未结 5 1461
-上瘾入骨i
-上瘾入骨i 2021-01-31 06:59

I want to generate the javadocs for an open-source code-base I\'m using. But I\'m being asked for a \"Javadoc Command\" by the Eclipse Generate JavaDoc wizard and the help doesn

5条回答
  •  不知归路
    2021-01-31 07:48

    Yes, presumably it wants the path to the javadoc command line tool that comes with the JDK (in the bin directory, same as java and javac).

    Eclipse should be able to find it automatically; are you perhaps running it on a JRE? That would explain the request.

提交回复
热议问题