https://github.com/jjfiv/csc212examples
A collection of Java code that I use during in-class examples.
https://github.com/jjfiv/csc212examples
smith-csc212
Last synced: 7 months ago
JSON representation
A collection of Java code that I use during in-class examples.
- Host: GitHub
- URL: https://github.com/jjfiv/csc212examples
- Owner: jjfiv
- Created: 2018-09-07T16:44:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T15:20:25.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T10:45:10.743Z (9 months ago)
- Topics: smith-csc212
- Language: Java
- Size: 244 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSC212Examples [](https://travis-ci.org/jjfiv/CSC212Examples)
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!## How to import this project into 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.
1. Go to the "File" menu and choose "Import"
2. Expand the Git Folder and choose "Projects from Git"
3. Click "Next"
4. Choose "Clone URI"
5. Copy and paste [https://github.com/jjfiv/CSC212Examples.git](https://github.com/jjfiv/CSC212Examples.git) into the URI field.
6. Click "Next"
7. Wait for it to find "master"
8. Click "Next"
9. (optional) Choose a directory to store the project.
10. Click "Next"
11. Choose "Import as general project"
12. Click "Next"
13. Click "Finish"
14. Right-Click on the new project that showed up in the "Package Explorer" on the left. Select "Configure > Convert to Maven Project".## How to update this project in Eclipse
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.