I have a folder full of HTML files that comprise the Spring Framework API documentation, http://docs.spring.io/spring/docs/3.2.4.RELEASE/javadoc-api/.
What I\'d like is
Go to the properties of your project and select Java Build Path
, then select the tab called Libraries
, there you can expand any jar to select either Source attachment
or Javadoc location
and click the Edit
button. In the dialog that appears you can specify the folder, JAR or zip with the source code, or the location path or URL of the Javadoc.
Hope this helps.