java - Error 404 while looking maven-downloaded javadoc with External Documentation in IntelliJ -


i have attached maven library project. has javadoc , file present

enter image description here

unfortunately, when trying invoke external documentation on of library classes, getting 404 error:

enter image description here

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

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -