[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: computer-go: Java go-modem program



 Hi, I was wondering if anyone could help me with a small problem I have
come across in my project. I need to write a Go player in Java using the
go-modem protocol, and hopefully CGoban to plug it into.
 Is this possible? I haven't been able to find anything about using Java
with the Go-modem protocol. Also is it possible to interface the Java code
with CGoban?
In order to interface to a C library, you'll need to use the Java
Native Interface, which can be somewhat tricky to learn. Look at the
overview and tutorial at

<http://java.sun.com/docs/books/tutorial/native1.1/concepts/index.html>

Once you've gotten something working with JNI, though, adding more
tends to be a straightforward (if somewhat tedious) process.

Regards,


Erik S. Steinmetz
erik@xxxxxxxxxxxxxxxxx