View this PageEdit this PageAttachments to this PageHistory of this PageHomeRecent ChangesSearch the SwikiHelp Guide

Group 7 Final Code



CP 2005 CoWebParticipants Groups Projects Discussions Template


And our final program: ttc.jar
This requires Java to run. You can either double click on the jar file to run it, or from a command line do
java -jar ttc.jar. You'll probably need to give it more memory on the heap, so if you run it from the command line, do
java -Xmx512m -Xms512m -jar ttc.jar. The program is memory bound for limited amounts of memory, so the more memory you give it the better.



CP 2005 CoWebParticipants Groups Projects Discussions Template





Link to this Page