Hibernate software Installation



Author         Mr. Gavin King
                   Open Source software
  • To install the Hibernate software (version as you wish) ,extract the following zip file Hibernate-distribution-3.6.5.final-dist.zip
  • The Hibernate software contains Documentations,Example projects,jar files required to run the application and properties file 
TO run Hibernate Application ,we need 9 jar files those are listed bellow:
  • hibernate3.jar
  • hibernate-jpa-2.0-api-1.0.0.Final.jar
  • antlr-2.7.6.jar
  • commons-collections-3.1.jar
  • dom4j-1.6.1.jar
  • javassist-3.12.0.GA.jar
  • jta-1.1.jar
  • slf4j-api-1.6.1.jar
  • hibernate-jpa-2.0-api-1.0.0.Final.jar
Note:These jar files are comes along with the Hibernate software

No comments:

Post a Comment