1 This directory contains some initial code for a software engineering
2 project codenamed 'Panther'.
4 In a Debian-based environment, panther requires (if I haven't forgotten
7 java jdk - (I'm using openjdk-7-jdk)
8 ant - java based build tool similar to make
9 libmysql-java - MySQL Connector for java
10 libjfreechart - provides generation of reports
13 To build run ant in the project directory:
17 and run by using the included 'run' bash script: