Well, I downloaded ZetaGrid right now, but it can't connect to the server, as it seems (log below). Running Debian unstable on an AMD Athlon 1GHz, kernel 2.6.13.2, Sun Java 1.5.0_05.
Furthermore, both the statistics and the forums on www.zetagrid.net throw Tomcat errors. If the server is in trouble, it would be nice to write that on the site or to give a webmaster's e-mail address. Thanks, Viktor.
/opt/zetagrid$ java -Xmx128m -Djava.library.path=. -Dsun.net.inetaddr.ttl=0 -Dnetworkaddress.cache.ttl=0 -Dnetworkaddress.cache.negative.ttl=0 -cp zeta.jar:zeta_client.jar zeta.ZetaClient
Initialization of client
Could not download client.
java.lang.ClassNotFoundException: zeta.ZetaCalc
at zeta.ZetaClient$2.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at zeta.ZetaClient.startComputationManager(Unknown Source)
at zeta.ZetaClient.<init>(Unknown Source)
at zeta.ZetaClient.main(Unknown Source)