Thanks for all you guys helping out.

First of all, I found I had set a timeout value a bit too low. It's high enough for most things, but if at startup the class-loader takes a long time to load it could timeout waiting for the first response. This is what caused some of the Linux JDKs not to work.

The IBM jdk I believe has a bug. I managed to get around it and make it work. At least for the 32-bit version.I didn't try the 64-bit version.

The UnsupportedClassVersionError that some reported is probably normal. I use generics a lot, so a JVM 1.5 or later is required. I don't see much point to be more backward compatible than Java 5 with Java 6 already out there and Java 7 around the corner.

I uploaded everything to the project site. I'm going to be out for a week so if anyone runs into problems or has questions, please be patient.

        Mark

_______________________________________________
computer-go mailing list
[email protected]
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to