Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 eg "bolitj For
the Artifact ID enter "LabRectangleGrade".
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:
LabRectangleGrade
srcmainjava
gradebook
GradeBook.java
Student.java
# rectangraphic
Rectangle.java
RectanGraphic.java
srcmainresources
srctestjava
srctestresources
JRE System Library JSE
Bsrc
target
gradedata.txt
gradebook.txt
pom.xml
rectangles.txt
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started