> 2. Is there a Java API for using shared memory?
>There doesn't seem to be one in JDK 1.1, but
>is this in Java2?
I would be stunned if there were (ever) a Java API for using shared
memory directly. There isn't one now. A mechanism whereby the
allocators of several JVMs could draw fro
I have a couple of questions, one Linux-specific,
one not.
1. Has anyone written simple instructions on
how to extract the Java2 ORB and retrofit
it into JDK 1.1.7 on Linux? Or does anyone
have any experience in this area they would
like to share? Do I need to use idl2java
from Vi