Search code examples
hibernatenetbeansjavadocnetbeans-7netbeans-7.2

Add JavaDocs Netbeans 7.2 Hibernate


A very stupid and common question . How to add javadocs of Hibernate(3.2.5) to Netbeans 7.2 . 1) Download Link of java doc for Hibernate . 2) Is this the correct step --- Project Properties >> Libraries >> Hibernate >> Edit >> Select ed hibernate 3 jar >> javadocs tab >> added my file . (But nothing happened)

Please tell me help i have tried a lot but none of link worked


Solution

  • In the Edit-Window (as you did before) select Javadoc --> Add URL and insert this one: http://docs.jboss.org/hibernate/orm/3.2/api/

    Does this work?

    Please see the last few comments if this solution doesn't work for you