I am new to corba, Trying to run two programs
1. Java Server and Java Client using IDL
2. C++ Server and Java Client.
On the both the cases i tried the following steps,
idlj Hello.idl
This created a folder named HelloApp with few files.
Then, i compiled it with
omniidl -bcxx Hello.idl
This created me 2 c++ files with extension .cc,
I am using Corba,
with Server as C++ and Client as java.
What should be my next step please explain me.
I am using j2sdk 1.4 and wht environment setting should i do ?
i am a new to CORBA Please help me.