Getting Started with JPA - Eclipse Project
To open and run the Quick Start with JPA tutorial project in Eclipse:
- Download and extract the project zip file:
Getting Started with JPA - Maven Project (3KB) - Open the Maven project in Eclipse:
Select File > Import... > Maven > Existing Maven Projects and click Next.
Select the points-console directory as Root Directory and press ENTER.
Select the project and click Finish. - Run the project in Eclipse:
Right click the project node and select Run As > Java Application.
Select Main - point and click OK.