Processing JavaDoc index.html

Thank you @hamoid for your quick response. Unfortunately, this does not work for me. I’m on Windows 10, installed Java and added the JAVA_HOME system variable to my path (am I missing any other?). I get the following error:

javadoc : The term 'javadoc' is not recognized as the name of a cmdlet, function, script file, or operable program. Che
ck the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ javadoc -d docs ./application.windows64/source/*java
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (javadoc:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

What else can I try? Also, I did not understand the difference between Java jre and jdk? Thanks in advance

1 Like