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.
|