Unable to reference Hibernate 3.2.5.ga javadocs within NetBeans 6.8
How can I make the Hibernate javadocs available within the NetBeans coding window.
I have followed these steps so far and the javadoc fails to appear
Select Tools\Librari开发者_StackOverflow中文版es Select Hibernate Select the Javadoc tab Select the Add ZIP/Folder button Selected the jar file
Works for me with NB 7.0.1/hibernate 3.6.7:
- Downloaded hibernate from http://sourceforge.net/projects/hibernate/files/hibernate3
- Unpacked the file
- Tools=>Libraries=>New Library...
- In classpath tab added jars
- In Javadoc tab: Add Zip/folder: *unpack_dir*/documentation/javadocs
精彩评论