Startup arguments

From Ted wiki

Jump to: navigation, search

ted accepts the following startup arguments:

localSave
  • Instead of saving the data of ted somewhere in the users settings folder, ted will store it's data in the folder where ted.jar is located.
noTray
  • ted will not add a trayicon to the systemtray. Handy when JDIC causes an error on launch (which happens on Linux systems)

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.
SourceForge.net Logo
Personal tools