https://github.com/reubenmathew/eecs2030
Coursework for Advanced Object Oriented Programming (Java)
https://github.com/reubenmathew/eecs2030
Last synced: about 1 month ago
JSON representation
Coursework for Advanced Object Oriented Programming (Java)
- Host: GitHub
- URL: https://github.com/reubenmathew/eecs2030
- Owner: ReubenMathew
- Created: 2019-09-04T01:50:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T03:13:18.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T14:25:37.865Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EECS2030
## Coursework for Advanced Object Oriented Programming
### I know you're here for coursework, visit my podcast: https://anchor.fm/amateur-hour/
To compile and run eclipse projects from cmd:
```bash
javac -cp all jar files path package/target.java
java -cp all jar files path package.target
```