java - Call RMI methods from C++ without remote interface definition -
I am writing the client in C ++ which uses a JNI To connect to the server, Unicastremote object-based RMI works fine if I either use the JMI Defined Class Function to load compiled remote interface definition, or make sure that I use the interface Jvm starts with Classpath with Classpath And me. However, I am thinking that it is really necessary - is it not possible to call this definition and / or client on their definitions locally without any RMI server interface? Target object ID
Comments
Post a Comment