Skeleton code for final projects if you want.
- Click "Use this Template" -> Green Button on Github.
- Name your project.
- Open the
pom.xml
file (can be on Github!).- Edit the
<artifactId>FinalProject</artifactId>
to whatever you want (line 8). - Commit with Github! (Github actions will check to see if it still compiles!)
- Edit the
- Import to Eclipse!
There are a lot of steps here! Don't try to memorize them. Whenever you click next, or open a menu, see if you can read it, guess what you should do next, and confirm with these steps. Doing it this way will help you get through it quicker for future assignments.
- Go to the "File" menu and choose "Import"
- Expand the Git Folder and choose "Projects from Git (with smart import)"
- Click "Next"
- Choose "Clone URI"
- Copy and paste the URL of YOUR FORK OF THIS PROJECT into the URI field.
- Click "Next"
- Wait for it to find "master"
- Click "Next"
- (optional) Choose a directory to store the project.
- Click "Next"
- Click "Finish"