Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 724 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 724 Bytes

CPS2004 OOP Assignment (Task 1)

Contains the source and binary code for your CPS2004 OOP assignment (Task 1).

In order to compile your classes/interfaces/etc. download the binary distribution (jar file) from the dist directory, then compile using:

javac -classpath tttwar_v1.2.jar JPJeegRobotDAcciaio.java

If using packages, edit the above line accordingly. Documentation of the classes is available here. You can browse the source code here.

JP