Fixed: RMI?

This commit is contained in:
rubenpirreram
2026-05-17 18:12:32 +02:00
parent 0c1fc8ab98
commit 4c3d9ac7b8
3 changed files with 5 additions and 0 deletions
@@ -79,6 +79,7 @@ public class LoginFXMLController {
labelErrore.setText("Compila tutti i campi.");
return;
}
System.setProperty("java.rmi.server.hostname", ip);
int networkType = btnRMI.isSelected() ? 0 : 1;
String interfaccia = getInterfaccia();