Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Darcy Jones   on Jun 04 In Java Category.

  
Question Answered By: Ginger Snyder   on Jun 04

for java  client i.e.

idlj -fclient My.idl to generate the stub code

and use your C++ compiler to generate skeleton from the same idl file (look into its documentation)

compile the java code + stub and link it
compile the C++ code and skeleton and link it

run the orb and your client  should be able to connect to the server

I leave th erest for yourself to dig out as if server  objects are accessed through URI or nameservice, how to bind them, etc. If you need more information of exact step by step, search the Net for more detailed information + the documentation of your orbs.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on CORBA Execution Procedure Needed Or get search suggestion and latest updates.


Tagged: