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

一笑奈何 提交于 2019-12-11 03:57:19

问题


I have attached some maven library to my project. It has javadoc with it and the file is present

Unfortunately, when I am trying to invoke external documentation on any of this library classes, I am getting 404 error:

Note, that actual location of JAR file is apparently different: file is located where local repository is located, while it is referred to as located inside project tree.

UPDATE

If I invoke the quick documentation for the same class, it shows. Probably, it generates content from code comments. Simultaneously, it displays some sort of warning above:

Following external urls were checked:
http://localhost:63342/MYPROJECTPATH/commons-lang3-3.4-javadoc.jar/org/apache/commons/lang3/ArrayUtils.html The documentation for this element is not found. Please add all the needed paths to API docs in Project Settings.

来源:https://stackoverflow.com/questions/31071842/error-404-while-looking-maven-downloaded-javadoc-with-external-documentation-in

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!