The chapter explains about Hibernate Jar Files. Hibernate is like a database and it was developed by the Gavin king in 2001, the current version of hibernate is 4.3.6 was released in July 16th, 2014 and the main asset of hibernate is an ORM (Object Relational Model) and to vanish the flaws of JDBC hibernate came. ORM inside utilization Java Data Base Connectivity to furnish joining with the database. Hibernate is a Framework, so Frameworks Software's will be in the form of group of jar files. Following are the steps to be performed while downloading hibernate jar files.
Step-1
Download the latest version of Software in http://hibernate.org/orm/downloads/.
Step-2
Search for "hibernate-search-5.4.0.final-dist.zip" and download it.
Step-3
Open the file downloaded and extract the Zip folder. A folder like hibernate-search-5.4.0.Final appears like below. Click on Folder.
Step-4
Three folders appears like below.
dist
document
project
Select the dist(distribute) folder.
Step-5
Click on lib folder. It contains Hibernate Jar Files like below.
Hibernate Software download will not only provide the jar files, but also documentation and source codes.
lib folder contain Hibernate Jar Files.
Project contain Source code,
documentation contain API documentation of Hibernate.
Step-6
Add the below mentioned jar files in CLASSPATH. This can be done in command prompt. For example, copy the class path for below mentioned two jar files like below.