An open API service indexing awesome lists of open source software.

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

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