Running the program with no user interface

You can start the program from the command prompt:

java -jar LiTwitLin.jar

If you specify a configuration file as the first parameter, the program will start without a user interface. If you start with an empty configuration file, you can specify your Twitter nickname, LinkedIn name and password as the second, third and fourth parameter.

java -jar LiTwitLin.jar /home/yourhomedir/config.xml yourTwitterNickName yourLIaccount yourLIpassword

An optional fifth parameter specifies the minimum time between LinkedIn status posts in minutes. This cannot be shorter than five minutes.