First, you have to set up your postgreSQL server with the following settings. Server name: casino, database: casino, username: danny, password: danny
All these commands should be done from the "project" directory. The first time you use the program ever, to get the postgreSQL table setup right, type "ant createTable". Type "ant build" to compile it if it isn't compiled already. Also if you want to, you can type "ant testAll" to test the code or "ant jarTurnin" to generate lthc.jar with all the needed files. To run the program you just type "ant run".