20130706 (Saturday, 06 July 2013)

Budget-Einträge eingeben:

  • die erste Zeile hatte unlogischerweise einen Up-Button und die letzte einen Down-Button. Jetzt nicht mehr.

  • Statt der Wörter “Up” und “Down” sieht man jetzt zwei grüne Pfeile.

  • in “Verpflichtungen” und “Vermögen” fehlten die move_buttons

How to see the java console of an applet

It took me some time to figure out that jconsole is not the right thing to see the java console output of an applet running in a browser. The following thread led me to enlightment: IcedTea - how to show the applet console..?

So the simple answer is one of the following:

$ tail -f ~/.icedtea/log/java.stderr
$ tail -f ~/.icedtea/log/java.stdout
$ tail -f ~/.icedtea/log/java.stderr ~/.icedtea/log/java.stdout
$ multitail ~/.icedtea/log/java.stderr ~/.icedtea/log/java.stdout