Once the IDE is installed, perform the following steps:
- Double click on the .exe file for Eclipse and go to File | New | Other.
- Select Maven Project. Click Next.
- Click Next on the screen that appears.
- Select Create a simple project (skip archetype selection). Then, click Next.
- Input the Group ID. Ideally, this is the package name of the project. The Artifact ID corresponds to the name of the JAR file in case you want to create one. Keep the packaging as JAR. Notice that the version is 0.0.1-SNAPSHOT. The SNAPSHOT part indicates that the project is still under development and has not been released.
- Click Finish. The following is a snapshot of the Project Explorer:
When you create a Maven Project, the src/main/java ...