Make sure you have the
latest Java Runtime Environment installed. Download
the VQToDo zip file (last updated 18th June 2007), extract and either run vqtodo.sh if you are on a Unix platform - or run:
java -cp vqtodo.jar org.veryquick.todo.gui.Main
...in a command prompt on Windows.
The first time you run it, add the "install" command line arg to create the database, i.e.:
java -cp vqtodo.jar org.veryquick.todo.gui.Main -install
To run the web server supply the "server" command line arg followed by the port to run it on e.g.:
java -cp vqtodo.jar org.veryquick.todo.gui.Main -server 9090
.
The source is also available (last updated 18th June 2007). Note that you will need the 3rd party dependencies to compile the source, these are in the
binary distribution