In netbeans, I was looking for the hibernate javadoc option (code execution works correctly, but I was looking for a description of the functions).
I have one JAR file for Hibernate Javadoc: hibernate-3.2.2.ga-javadoc.jar , but could not find a way to enable it and make it work in NetBeans. I included the jar file in the Javadocs option of the Java / Library Manager platform manager, but this did not provide any solution. I think there is a Hibernate Javadoc Zip / Folder folder available that provides source code / class files and would be suitable in this case, but I could not get such resources. Any suggestion?
source
share