package models; public class CONSTS { public static final int port=5555; public static final String rmiUrl="rmi://localhost:"+port+"/rmi"; }