Is it possible?

Manish Goyal

Manish Goyal

@manish-r2Hoep Oct 23, 2024
The Java Remote Method Invocation (RMI) system allows an object running in one Java virtual machine to invoke methods on an object running in another Java virtual machine.
But Is it possible to invoke methods that written in c++?😕😕

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • ms_cs

    ms_cs

    @ms-cs-Ab8svl Jan 5, 2010

    do you want to call c++ methods on remote system from jvm?
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jan 5, 2010

    yes.....is it possible?as c++ does not provides this facility like remote method invocation
  • ms_cs

    ms_cs

    @ms-cs-Ab8svl Jan 5, 2010

    As I heard from java fellas,, what you are asking is possible 😀

    You can use java native, along with java rmi...
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Jan 5, 2010

    Okk thanks i will search on it on Google..as I have never heard about this concept