User Tools

Site Tools


tanszek:oktatas:iss_t:java_-_remote_method_invocation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tanszek:oktatas:iss_t:java_-_remote_method_invocation [2024/04/07 14:47] – created superusertanszek:oktatas:iss_t:java_-_remote_method_invocation [2024/04/08 07:53] (current) superuser
Line 123: Line 123:
  public static void main(String[] args) {  public static void main(String[] args) {
  try {  try {
 + java.rmi.registry.LocateRegistry.createRegistry(1099);
  RObject robj = new RObjectImpl();  RObject robj = new RObjectImpl();
  Naming.rebind("rmi://localhost:1099/RObjectServer", robj);  Naming.rebind("rmi://localhost:1099/RObjectServer", robj);
tanszek/oktatas/iss_t/java_-_remote_method_invocation.1712501273.txt.gz · Last modified: 2024/04/07 14:47 by superuser