Archived

This forum has been archived. Please start a new discussion on GitHub.

use c++ and java

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!

Comments

  • benoit
    benoit Rennes, France
    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:
       $ cd Ice-2.1.1/demo/Ice/hello
       $ ./server
    
       $ cd Ice-2.1.1/demoj/Ice/hello
       $ java Client
    

    Please check the top-level README or README.DEMOS file for information on how to setup your environment to run the demos.

    Benoit.