> I needed CORBA support for Linux as well. At time I was not aware of
> any free Java ORB availbale so I did the following... I unzipped
> classes.zip from JDK1.2beta3
> for win32 and picked out the stuff related to CORBA (something like
> org.omg.corba.*)
> and re-zipped it as OMGCORBA.zip). I used this class archive
> successfully under Linux!!! I admit it is a bit of hacking, but it
> proves the portability of Java (at least of
> the ORB implemented by JavaSoft).
>
How would I be able to generate the java code from the IDL files?
hoongshen