Hi ,
I am using Eclipse 3.4.2 and Spring 2.0. Framework through Spring IDE.
I am unable to view Spring Documentaion in eclipse.
For example if i want to see the documentation of org.springframework.web.servlet.mvc.Controller class, on clicking on Controller, i am getting the following exception.
org.springframework.web.servlet.mvc.Controller
Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.
Please let me know how to configure eclipse to view spring documentation.
Thanks.
Sultan.
In your project's properties, go to the Libraries tab on Java Build path. Expand the spring jar file, there should be a "Source attachment" subentry - select it and click the Edit button then give the location of the javadocs.