This is the first alpha release of μBlogger, just to present the project to the people who may be interested. It's not even close to be good for daily use, but the user is able to set one or more (Twitter and/or Identi.ca) accounts, see the latest friends statuses and choose which account(s) will be used to send the messages.
It's released as a runnable Java ARchive (JAR) file. To execute it you need a Java Runtime Environment. The Sun official Java download site is http://java.com but you should be able to use the JRE supplied with your operating system distribution, if existent. After Java is configured, you can run the ublogger-alpha0.jar with Java from your file manager. If you like, use a command line interface to run it this way: java -jar path/to/ublogger-alpha0.jar
Please repo...