Manual

1. Go to http://hibernate.org/6.html.
2. Click Browse all Hibernate downloads under Binary Releases.
A web page from SOURCEFORCE.NET,showing various Hibernate packages that can be
downloaded, is displayed.
3. Click hibernate3 under Package.
A web page, with links to download different Hibernate3 release versions, is displayed.
4. Click 3.2.6.ga.
The links to the following files are displayed:
hibernate-3.2.6.ga.tar.gz
hibernate-3.2.6.ga.tar.gz.md5.txt
hibernate-3.2.6.ga.zip
hibernate-3.2.6.ga.zip.md5.txt
NOTE: hibernate-3.2.6.ga.zip.md5.txt and
hibernate-3.2.6.ga.tar.gz.md5.txt are signature files of
hibernate-3.2.6.ga.zip and hibernate-3.2.6.ga.tar.gz respectively.
5. Download the hibernate-3.2.6.ga.zip file or the hibernate-3.2.6.ga.tar.gz
file.
NOTE:
The hibernate-3.2.6.ga.zip and hibernate-3.2.6.ga.tar.gz files include
the Hibernate sample application, the Hibernate framework libraries, and third party
libraries that are required to build the sample application. The only difference is in their
compression format.
The sample application (Caveat Emptor) discussed in this section has been verified
using Hibernate version 3.2.6 only.
6. Extract the downloaded file into a directory on your Windows system.
This directory will be referred as the <Hibernate Home>. Among other directories and
files, <Hibernate Home> contains the following sub-directories:
\etc
includes the Hibernate configuration files.
\lib
includes libraries required to build Hibernate applications.
\doc
includes the Hibernate reference documentation in PDF and HTML format.
\eg
includes a sample application called Caveat Emptor.
Including Hibernate Dialect for the SQL/MX database to the Hibernate Distribution
The Hibernate Dialect for the SQL/MX database is required for running any Hibernate application
on NonStop system. Therefore, after downloading the Hibernate distribution on your Windows
system, you must place hibernate3sqlmx.jar (which contains Hibernate Dialect for the
SQL/MX database) in <Hibernate Home>\lib.
The DIALECT file (which includes hibernate3sqlmx.jar) is distributed as a part of the
SQL/MX Hibernate Dialect - T0873 and can be downloaded from Scout for NonStop Servers.
The hibernate3sqlmx.jar file from the DIALECT file can be obtained as follows:
298 Installing Hibernate Framework