Nathan Meyers wrote:

> Bryce McKinlay wrote:
> >
> > If you're using ORBacus, you should use ORBacus's jidl compiler
> > (www.orbacus.com). You can not use the classes generated by Sun's IDL compiler
> > with ORBacus (or vice-versa).
>
> After diving into the list archives, I find a confusing mix of messages
> about this situation. Could you clarify? Are .java files generated by
> jidl3.1.3 always, sometimes, or never usable with JDK1.2's CORBA
> implementation?

I know from personal experience that classes generated by Sun's IDL compiler don't
work correctly with the ORBacus CORBA runtime (maybe they do in some circumstances,
but you definatly don't want to rely on it). I guess it is possible that going the
other way (using ORBacus jidl with Sun runtime) does work - I've never tried it. My
impression was that you shouldn't try to do this, however.

regards

  [ bryce ]

Reply via email to