A collection of Java code that I use during in-class examples. Use this repo as a starting point for at-home study and experimentation!
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"
- Click "Next"
- Choose "Clone URI"
- Copy and paste https://github.com/jjfiv/CSC212Examples.git into the URI field.
- Click "Next"
- Wait for it to find "master"
- Click "Next"
- (optional) Choose a directory to store the project.
- Click "Next"
- Choose "Import as general project"
- Click "Next"
- Click "Finish"
- Right-Click on the new project that showed up in the "Package Explorer" on the left. Select "Configure > Convert to Maven Project".
I will add examples here as I prepare for lectures throughout the Fall. When you import this repository, you will not have all the things I haven't built yet, but we can ask Eclipse to download my changes!
Right-Click on this project in Eclipse, then go to "Team" and choose "Pull" (close to top).
This should be all you need! If, for some reason, you and I have edited the same files, I can help you through the steps of either resetting your file or you can import a new copy of this repository.