----------
| From: hswong / mime, , , [EMAIL PROTECTED]
| To: A.KLOS / mime, , , A.KLOS
| Cc: drobnic.pavlo / mime, , , [EMAIL PROTECTED];
| java-linux / mime, , , [EMAIL PROTECTED]
| Subject: Re: JDK 1.2 Support for CORBA
| Date: Thursday, October 01, 1998 9:50AM
|
| > 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?
Indeed, you need to generate the java source code with the windows
JDK. Some other things....
You also will need to have a C/C++ compiler on Windows, since JavaIDL
use the preprocessor of any existing C/C++ compiler (however they recommend
MS VC++ 4.2 or higher I think :-( )
I was not able to start the nameserver on Linux. I can't remember what
the error message was, but it just didn't work.
Addy