Re: Java and CORBA

1999-03-26 Thread Craig E Rasmussen
>I've just started to play around with some CORBA stuff in Java/C++. I >was looking around for a nice free ORB, and came across ORBacus (used >to be OmniBroker). It's free for non-commerical use, which is great if >you're trying to learn about it. Would the ORB that the GNOME project developed al

Re: Which kernel for jdk 1.1.7, glibc, jni?

1999-03-26 Thread Craig E Rasmussen
>I'm about to switch kernels, primarily because the jni isn't working >properly with my current configuration (I'm currently still using a >libc5 kernel). Which kernel is most likely to work well with JDK >1.1.7, particularly with the jni? > >Also, might native threads help the jni? I've just

Invocation API problem

1999-03-19 Thread Craig E Rasmussen
I'm trying to do something truly evil. I'm calling a C function from Python which starts up a JVM. Everything works fine if I just use the C function to start the JVM. However, if I do it via Python I get the following error (repeated over and over again with different addresses): Tried to

building shared libraries for native

1998-05-22 Thread Craig E Rasmussen
I'm having trouble getting native calls to work. I'm using JDK-1.1.3 and the simple HelloWorld example segfaults. My guess is that the problem is that I'm not creating the shared objects correctly. I'm using gcc with the -shared option to create an a.out file which I rename to libhello.so. I t