Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 897 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 897 Bytes

1815-exercises

Exercises for course 1815

The workstation is set up with the exercises ready to run. If you ever need to set up from scratch (maybe after a disaster) just follow these simple steps: You'll need to have eclipse installed with Maven (and thats all there on the workstations).

  • Download source code from https://github.com/petekaras/1815-exercises
  • Unpack the zip file anywhere on the file system
  • Go to the root of the project /1815-exercises
  • On the command line type mvn eclipse:eclipse. This will build the eclipse definition files
  • In eclipse import the 3 projects from /1815-exercises

Solutions

The soultions exists in a solutions branch in GIT. You can download these from https://github.com/petekaras/1815-exercises/tree/solution and install using the same procedure as above.