Package fr.univ.jfc.java.grp7.serveur

Examples of fr.univ.jfc.java.grp7.serveur.Serveur


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);
    }
  }
View Full Code Here

TOP

Related Classes of fr.univ.jfc.java.grp7.serveur.Serveur

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.