https://github.com/codepath/intro_java_exercises
Exercises for intro to java course
https://github.com/codepath/intro_java_exercises
Last synced: about 2 months ago
JSON representation
Exercises for intro to java course
- Host: GitHub
- URL: https://github.com/codepath/intro_java_exercises
- Owner: codepath
- Created: 2013-03-18T07:31:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-30T23:23:41.000Z (almost 10 years ago)
- Last Synced: 2023-05-10T14:13:29.336Z (about 2 years ago)
- Language: Java
- Size: 191 KB
- Stars: 8
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# intro_java_exercises
Java exercises for codepath sessions. Each chapter
demonstrates various java concepts using simple exercises.## Setup
* Install eclipse and java SDK: http://www3.ntu.edu.sg/home/ehchua/programming/howto/EclipseJava_HowTo.html#zz-1.
* In Eclipse, in menu: File => Import => Git => Projects from Git => URI
* The URI is: `https://github.com/thecodepath/intro_java_exercises`
* Hit Finish and the project should load in your Eclipse Workspace.## Overview
Key files:
* src/apollo.exercises/...
and to run the test suite right-click in "Package Explorer" on
'apollo_exercises' and then select 'Run as...' => JUnit Test