posted 24 years ago
You write one idl that defines the interface for accessing the C++ application. You use a idl-to-java compiler to generate the client stubs for Java and a idl-to-C++ compiler to generate the server skeletons for C++. I've used the idl-to-java compiler, but I've never used to idl-to-C++ compiler.