<div dir="ltr" style="text-align: left;">
<p>In this tutorial you will see how to configure Hibernate to Eclipse or STS or MyEclipse.</p>
<ol>
<li><a href="http://www.eclipse.org/downloads/" target="_blank" rel="noopener">Download </a>Eclipse Latest version and install in your machine.</li>
<li><a href="http://sourceforge.net/projects/hibernate/files/latest/download?source=files" target="_blank" rel="noopener">Download</a> Hibernate3 Latest Version.</li>
<li><a href="http://www.mysql.com/downloads/enterprise/" target="_blank" rel="noopener">Download </a>MySQL database Latest version.</li>
<li><a href="http://dev.mysql.com/downloads/mirror.php?id=404191" target="_blank" rel="noopener">Download </a>JConnector (MySQL Database Driver)</li>
</ol>
<div id="ads-id" align="center"></div>
<p><b>Step 1 : Now open Eclipse you get following window-</b></p>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse.png" width="640" height="359" border="0" /></div>
<p>Step 2: Go to <b>File->;New->;Java Project</b><br />
<b><br />
</b></p>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse3.jpg" width="640" height="359" border="0" /></div>
<p>Step 3: Click on<b> Java Project</b> you will get</p>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse4.png" width="640" height="359" border="0" /></div>
<p>Step 4: Click <b>Next </b>->; <b>Finish </b>you will get</p>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse5.png" width="640" height="359" border="0" /></div>
<p>Step 5:Right Click on Hibernate Project->;go to <b>Property ->;Java Build Path->;Library->;Add Library</b><br />
<b><br />
</b></p>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse6.png" width="640" height="359" border="0" /></div>
<p>Step 6: Click on <b>User Library ->;Next->;User Libraries..</b><br />
<b><br />
</b> on New window click on <b>New </b>a pop up of new window is open and fill <b>User Library Name</b> on the Text Field and Click on <b>OK</b>.</p>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse7.png" width="640" height="359" border="0" /></div>
<p>Step 7: Click on <b>Add JARs..</b> go to specific path of the window where you are save Hibernate Zip file and add following required jar to your Application</p>
<ul>
<li>antlr-2.7.6</li>
<li>dom4j-1.6.1</li>
<li>hibernate3</li>
<li>hsqldb</li>
<li>javassist-3.4.GA</li>
<li>jta-1.1</li>
<li>slf4j-api-1.5.6</li>
<li>slf4j-simple-1.5.6
<div class="line alt1"></div>
<div class="line alt2"></div>
</li>
<li>
<div class="line alt2">commons-collections-3.1</div>
<div class="line alt2"></div>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse8.png" width="640" height="359" border="0" /></div>
<div class="line alt2">Finally you will get Hibernate Library in your application</div>
<div class="line alt2"></div>
<div class="separator" style="clear: both; text-align: center;"> <img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse9.png" border="0" /></div>
<div class="separator" style="clear: both; text-align: left;"></div>
<div class="separator" style="clear: both; text-align: left;">Step 8 : Now install MySQL Database on your machine and add driver library to your application</div>
<div class="separator" style="clear: both; text-align: left;">Go to<b> Project Property->;Java Build Path->;Library->;Add External JARs..->;Select Driver jar file->;click finish</b></div>
<div class="separator" style="clear: both; text-align: left;"><b> </b></div>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2017/04/eclipse10.png" border="0" /></div>
</li>
</ul>
<p>Now your application fully configured with all required libraries.</p>
<p><b>In <a href="https://dineshonjava.com/p/chapter-4-writing-first-hibernate.html">next chapter</a></b> you get how to make my <a href="https://dineshonjava.com/p/chapter-4-writing-first-hibernate.html"><b>Fist Hibernate Application</b></a> &#8211; Dinesh</p>
<p><b><;<;<a href="https://dineshonjava.com/p/hibernate-architecture.html">Previous Chapter 2</a><;<; >;>;N<a href="https://dineshonjava.com/p/chapter-4-writing-first-hibernate.html">ext Chapter4</a>>;>;</b><br />
<b><br />
</b> <b><br />
</b> <b><br />
</b></p>
</div>