User Library:
Normally if you develop any hibernate related applications we need to setup required jar files in to System class path. Suppose if we develop applications using IDE , we need to copy the list of required JAR files into lib folder for each applications separately. To overcome this problem by creating user libraries.
1.Select Window->Preferences

2. Enter Name for UserLibrary.

3. Add required JAR files into the UserLibrary.



5. Add MySQL database Connector/J jar file for MySQL Database Support

In next post we discuss about how to setup the database development environment in Eclipse IDE
Normally if you develop any hibernate related applications we need to setup required jar files in to System class path. Suppose if we develop applications using IDE , we need to copy the list of required JAR files into lib folder for each applications separately. To overcome this problem by creating user libraries.
1.Select Window->Preferences

2. Enter Name for UserLibrary.
3. Add required JAR files into the UserLibrary.
4. Add Hibernate Annotations JAR files.
5. Add MySQL database Connector/J jar file for MySQL Database Support
In next post we discuss about how to setup the database development environment in Eclipse IDE
0 comments :
Post a Comment