Fix: Firewall blocks RMI connection

This commit is contained in:
2026-05-03 15:33:57 +02:00
parent c1092a2afa
commit 55c8e38ceb
@@ -123,6 +123,7 @@ public class ServerLauncher {
}).start(); }).start();
}); });
System.setProperty("java.rmi.server.port", "1100");
serverRMI.start(); serverRMI.start();
new Thread(()->{serverTCP.start();}).start(); new Thread(()->{serverTCP.start();}).start();
} }