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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -