Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Socket Communication between java client and c++ server

843790Aug 9 2006 — edited Aug 10 2006
HI,
In my project,I want to do the following:
1.Sending datas from client to server.
2.Getting the response from server to client.

I written the client in java.but the server is in c++.
Is it possible to communicate with the server using java codings itself?
Im able to send the data from my java client to the server.
but unable to get back the datas from server to client.

Can anyone tell me how to do this?
thanks a lot
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2006
Added on Aug 9 2006
7 comments
436 views