Re: Socket connection between Java and C possible?
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 10:23:12 GMT
On 29 Apr 2006 03:11:16 -0700, "Ben" <bs2k1@xxxxxxxxxx> wrote, quoted
or indirectly quoted someone who said :
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
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- References:
- Prev by Date: Socket connection between Java and C possible?
- Next by Date: Re: They ALL suck! [Was: On Java and C++]
- Previous by thread: Socket connection between Java and C possible?
- Next by thread: Re: Socket connection between Java and C possible?
- Index(es):
Relevant Pages
|