vote up 0 vote down star

Hi evrybody,

iam doing some simulation and i have writting an application using java who communicate with a server writting in c\c++. The problem it is not working and i want to know if it's possible?

I don't want to use Corba or something like that.. thanks for your Help.

flag

2 Answers

vote up 1 vote down

We'll need a lot more information to diagnose the actual problem, but yes, a java program can definitely communicate with a C/C++ server over TCP/IP.

link|flag
vote up 0 vote down

It's very possible, even (especially?) using pure tcp sockets. A socket is a socket in any language... The data you send across it may need some interpreting, however.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.