How can I generally add javadoc in eclipse for different packages.
As an example:
I want to add all the javadoc for hibernate in eclipse, but I don\'t know how.
Another option is to use maven/m2eclipse to manage your dependencies.
It's way overkill if you have the problem for 1 or 2 libraries, but worth considering if you have a dozen.
Most open source projects publish both the jar and the -src.jar artifacts, and m2eclipse can go and download automatically the source for you.