https://github.com/reubenmathew/eecs2030
Coursework for Advanced Object Oriented Programming (Java)
https://github.com/reubenmathew/eecs2030
Last synced: 4 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T03:13:18.000Z (about 6 years ago)
- Last Synced: 2025-04-22T12:19:13.177Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 0
- 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
```