Eclipse how to link a jar containing javadocs/source with its binary?

后端 未结 5 1309
南旧
南旧 2020-12-04 08:19

I would like to have the javadoc comments contained in a jar file show in eclipse when I hover over a class.

For example, after downloading JODA-2.0, three jars are

5条回答
  •  遥遥无期
    2020-12-04 09:14

    You can also edit the classpathentry in the file ".classpath" in your eclipse project. This can be helpful if you want to modify many entries at once or if you want to generate the path. e.g.:

提交回复
热议问题