Should I be able to connect Sockets between two languages relatively painlessly? Basically am I missing something small or something big?
Using lispworks http://www.lispworks.com/documentation/ ... .htm#14172 and this sample(java) http://zerioh.tripod.com/ressources/sockets.html
Both are using unicode, and I'm under the impression that sockets are somewhat standardized. However when I try to connect the Java client to the Lisp server I get a "connection refused" error(my intention), when I connect the lisp client to the java server the connection is accepted BUT I get an invalid header error "java.io.StreamCorruptedException: invalid stream header: 48656C6C". The later is pretty clear but it still means I have no idea of where to start.
Using lispworks http://www.lispworks.com/documentation/ ... .htm#14172 and this sample(java) http://zerioh.tripod.com/ressources/sockets.html
Both are using unicode, and I'm under the impression that sockets are somewhat standardized. However when I try to connect the Java client to the Lisp server I get a "connection refused" error(my intention), when I connect the lisp client to the java server the connection is accepted BUT I get an invalid header error "java.io.StreamCorruptedException: invalid stream header: 48656C6C". The later is pretty clear but it still means I have no idea of where to start.