----------
| From: seifertd / mime, , , [EMAIL PROTECTED]
| To: java-linux / mime, , , [EMAIL PROTECTED]
| Subject: Re: which is the best CORBA/Java implementation?
| Date: Thursday, November 12, 1998 4:12PM
|
|
| > Any chance to find something like this? BTW is anyone here
using CORBA in
| > conjunction with java?
|
| Hello,
|
| We have been able to get the JDK1.2beta CORBA implementation to work on
| our Linux box. All we did was unjar the jdk1.2beta classes.zip and then
| jar up all the org/omg stuff into a new archive. Put the new archive in
| your $CLASSPATH and you've got a "free" CORBA implementation. So far,
| we've experienced no problems with it; it even runs fine using the
| shuJIT just-in-time compiler. We did have problems using it with TYA,
| however :(
I did exactly the same and worked perfectly for me as well, but I
didn't try it with JIT compilation switched on.
Please note that you won't have an IDL compiler under Linux, because
that part of JDK1.2 isn't written in Java :-(
The problem I experienced (with JDK1.2b2) is that I couldn't start the
TransientNameServer under Linux, although this should be pure Java. It
simply set something like:
"Not supported under Linux"
Maybe this was politics....
Cheers,
Addy.