Common questions
Tst is java application. It requires jre 1.6+.
Simple start tst: java -jar TimeSlotTracker-version.jar
Start tst with given directory for properties and data: java -Dtst.directory=path_to_directory_where_store_data -jar TimeSlotTracker-version.jar
Start tst with given directory for dtd: java -Ddtd.directory=path_to_directory_with_DTD -jar TimeSlotTracker-version.jar
From 1.2.1 version also available: debian package and jnlp: http://timeslottracker.sourceforge.net/timeslottracker.jnlp
From 1.2.3 version also available: windows exe : http://sourceforge.net/projects/timeslottracker/files
Troubleshooting
If you received an "Exception in thread "main" javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found", there is no stax implementation. Download some from https://sjsxp.dev.java.net/ and run "java -cp sjsxp.jar:!TimeSlotTracker-version.jar net.sf.timeslottracker.Starter"