678910111213141516
public class TestServeur { public static void main(String[] args) { try { new Serveur(); } catch (RemoteException e) { System.err.println("Une erreur est survenue durant la création du serveur : RemoteException"); System.exit(1); } }