Hi,
Just wondering if anyone knows if it is possible to create a socket
connection between a C program and a Java program.
Thanks.
Ben.
Roedy Green - 29 Apr 2006 11:23 GMT
>Just wondering if anyone knows if it is possible to create a socket
>connection between a C program and a Java program.
Of course. It is just an ordinary TCP-IP socket.
Usually you would find it easier to make the Java end behave as the
server, but you can do it the other way. They may be on the same
machine or remote.
for sample code for the Java end see
http://mindprod.com/applets/fileio.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Gordon Beaton - 29 Apr 2006 11:49 GMT
> Just wondering if anyone knows if it is possible to create a socket
> connection between a C program and a Java program.
What happened when you tried?
TCP sockets are independent of any programming language. How well do
you think the internet would work if that weren't the case?
/gordon

Signature
[ do not email me copies of your followups ]
g o r d o n + n e w s @ b a l d e r 1 3 . s e