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

Both sides previous revisionPrevious revision
tanszek:oktatas:iss_t:java_-_remote_method_invocation [2024/04/08 07:53] 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);+ 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.1712562794.txt.gz · Last modified: 2024/04/08 07:53 by superuser