Execution Procedure of Corba {RMI with C++ Server}

Dear Friends,

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,

[b]idlj Hello.idl[/b]

This created a folder named HelloApp with few files.

Then, i compiled it with

omniidl -bcxx [b]Hello.idl[/b]

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.

Thanks in Advance.

Rengaraj.R

[701 byte] By [renga_muralia] at [2007-10-3 3:29:17]
# 1
You need to compile the files that resulted from running idlj, which give you a Java interface to the CORBA service. From there on it is just programming.
ejpa at 2007-7-14 21:23:03 > top of Java-index,Core,Core APIs...
# 2

Sir,

I get the following error when i complie it within the folder HelloApp which was automattically created by idlj.

HelloServer.java:50: cannot resolve symbol

symbol : class _HelloImplBase

location: class HelloServant

class HelloServant extends _HelloImplBase{

^

1 error

Please help me

Advance Thanks

Rengaraj

renga_muralia at 2007-7-14 21:23:03 > top of Java-index,Core,Core APIs...
# 3

Hello Friends & Experts,

I am new to corba. I need a CORBA application which will Display "HELLO WORLD" or any other simple application. Could you any one of you give me.

Please specify the environment variable along the software being used.

Please Help me sir,

Dont neglet.

Please

Advance Thanks,

Rengaraj.R

renga_muralia at 2007-7-14 21:23:03 > top of Java-index,Core,Core APIs...
# 4
Please don't hijack threads, and please don't expect an answer when you do. Start your own thread.
ejpa at 2007-7-14 21:23:03 > top of Java-index,Core,Core APIs...