Question: Setup Create an Eclipse Maven project. Check the option Create a simple project ( skip archetype selection ) . For the Group ID of

Setup
Create an Eclipse Maven project. Check the option "Create a simple project (skip archetype
selection)". For the Group ID of your project, enter your student username (e.g. "bolitj01"). For
the Artifact ID, enter "Lab1RectangleGrade".
This lab has two separate scenarios with independent classes. However, please place all classes
together in this project. You may put them into different packages if you prefer.
Example structure:
M0 Lab1RectangleGrade
src/main/java
gradebook
>J GradeBook.java
> Student.java
# rectangraphic
> Rectangle.java
> RectanGraphic.java
src/main/resources
src/test/java
src/test/resources
> JRE System Library [J2SE-1.5]
> Bsrc
target
grade_data.txt
gradebook.txt
pom.xml
rectangles.txt

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!