java - Error 404 while looking maven-downloaded javadoc with External Documentation in IntelliJ -
i have attached maven library project. has javadoc , file present
unfortunately, when trying invoke external documentation on of library classes, getting 404 error:
note, actual location of jar file apparently different: file located local repository located, while referred located inside project tree.
update
if invoke quick documentation same class, shows. probably, generates content code comments. simultaneously, displays sort of warning above:
following external urls checked:
http://localhost:63342/myprojectpath/commons-lang3-3.4-javadoc.jar/org/apache/commons/lang3/arrayutils.html documentation element not found. please add needed paths api docs in project settings.
Comments
Post a Comment