CCTray in Java
Akshay and me have been pairing since a couple of days to hack together a java version of CCTray written using SWT. This version of CCTray can connect to CCNET and cc.rb.
A lot of folks use *nix and the existing CCTray is not much help.
If you wish to use this pre-alpha release, feel free to write back. It’s not all that configurable, so you have been warned
Oh, yes, BTW this release depends on issue #899 of CCNet dashboard, and issue #118 of CC.rb. You can vote for these issues to be resolved to see CCTray in Java released a bit earlier.

hi,
I tried to compile jcctray, but i can’t get it started. Can u send me a builded version for linux? (ubuntu running here).
thank u,
Adriaan
Exception in thread “main” java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Decorations
at net.sourceforge.jcctray.ui.JCCTrayMain.main(JCCTrayMain.java:26)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Decorations
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
… 1 more
Adriaan
20 Aug 08 at 9:11 pm