hi,
if i want to use c++ as a server and java as a client,what can i do?
i think it can do the work!
|
|
hi,
if i want to use c++ as a server and java as a client,what can i do?
i think it can do the work!
Hi,
You can easily try this with the Ice demos. For example, if you installed Ice from a binary distribution and compiled the C++ and Java demos, something like the following should work:
Please check the top-level README or README.DEMOS file for information on how to setup your environment to run the demos.Code:$ cd Ice-2.1.1/demo/Ice/hello $ ./server $ cd Ice-2.1.1/demoj/Ice/hello $ java Client
Benoit.
There are currently 1 users browsing this thread. (0 members and 1 guests)