Remote Method Invocation

Create a Java® package to invoke over a network

Java Remote Method Invocation (RMI) is a set of APIs that enable Java objects to invoke objects in a different JVM. Use RMI to develop client/server based applications, distributed applications, and web applications. For such applications, only the portions of the application that directly invoke MATLAB® functions require a MATLAB Runtime. The other portions of the application can work with native Java data types.

Was this topic helpful?