In this tutorial you will see how to configure Hibernate to Eclipse or STS or MyEclipse.
Step 1 : Now open Eclipse you get following window-
Step 2: Go to File->New->Java Project
Step 3: Click on Java Project you will get
Step 4: Click Next -> Finish you will get
Step 5:Right Click on Hibernate Project->go to Property ->Java Build Path->Library->Add Library
Step 6: Click on User Library ->Next->User Libraries..
on New window click on New a pop up of new window is open and fill User Library Name on the Text Field and Click on OK.
Step 7: Click on Add JARs.. go to specific path of the window where you are save Hibernate Zip file and add following required jar to your Application
Now your application fully configured with all required libraries.
In next chapter you get how to make my Fist Hibernate Application – Dinesh
<<Previous Chapter 2<< >>Next Chapter4>>