Link to home
Start Free TrialLog in
Avatar of prain
prainFlag for United States of America

asked on

idlj compiler (CORBA Question).

Hi,

I have a simple Hello.idl. I am trying to compile it with
idlj compiler that comes with jdk1.3.1. Seems like it does not create the skeleton part (Stub is ok). Any one know why?

Here is the HelloApp.idl code.

module HelloApp
{
    interface Hello
    {
        string sayHello();
    };
};

It should create a package (a directory) names HelloApp and puts all .java files (including stub & skeleton) in this directory (package). Seems the skeleton is not being created.
ASKER CERTIFIED SOLUTION
Avatar of diakov
diakov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SpideyMod
SpideyMod

Force Accepted

SpideyMod
Community Support Moderator @Experts Exchange