NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
sudhirs
Joined: 19 Mar 2012 Posts: 1
|
Posted: Mon Mar 19, 2012 12:31 pm Post subject: Unable to add Spring 3.0 javadoc jar to Netbeans 6.9.1 |
|
|
Hi,
I'm currently doing a course in Spring and have installed netbeans 6.9.1 IDE which comes bundled with spring framework 3.0.2 and spring web mvc 3.0.2. While the installation of the IDE and the spring class libraries (framework & web mvc) was successful, looked up Tools > Libraries >
Library Manager (as per netbeans help topics ), the javadoc for Spring is missing. Be it the framework
| Code: |
org.springframework.beans.factory. BeanFactory
public <T> T getBean(Class<T> type) throws BeansException
Javadoc not found. Either Javadoc documentation for this item does not exist or you have not added specified Javadoc in the Java Platform
Manager or the Library Manager.
|
or the web mvc
| Code: |
org.springframework.web.servlet. ModelAndView
public ModelAndView addObject(String attributeName, Object attributeValue)
Javadoc not found. Either Javadoc documentation for this item does not exist or you have not added specified Javadoc in the Java Platform Manager or the Library Manager.
|
both instances show the same message. Again as given in help topics, I selected "Spring Framework 3.0.2 RELEASE" under Tools > Libraries >
Library Manager > Class Libraries and on the right-pane of the Library Manager dialog box, I clicked on the "Javadoc" tab (for the jars listed in the Classpath tab) and then clicked on "Add Zip/Folder" to add javadoc from the directory concerned. I'm stalled at this step.......unable to find the javadoc folder??
Could any of the forum expert(s) or members tell me in which folder (within netbeans 6.9.1) do I find the Spring javadoc jar OR do I have to download the javadoc and sources separately from the internet. I'm a beginner and would certainly find descriptions / definitions of the bean classes most useful.
Any help is much appreciated.
Thanks,
Sudhir |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|