ted accepts the following startup arguments:
localSave
noTray
To use these arguments, launch ted from the command line with the following command:
java -jar ted.jar
followed by one of the arguments. For instance:
java -jar ted.jar noTray localSave
will launch a ted without tray that saves its data in the folder where ted.jar is located.