In this section, we will learn how to install JPA on eclipse. See the following steps: -
1. Open eclipse and click on File>New>JPA Project.
2. Specify any particular project name (here, we named JPAProject) and click next.
3. Again, click next.
4. Click on download library icon (here, enclosed within black box).
5. Click on EclipseLink 2.5.2 and then next.
6. Click on checkbox to accept the terms and then click finish. After that all the required jars will be downloaded.
7. Now, click finish.