Package convex.api

Class Applications

java.lang.Object
convex.api.Applications

public class Applications extends Object
  • Constructor Details

    • Applications

      public Applications()
  • Method Details

    • launchApp

      public static Process launchApp(Class<?> c, String... args) throws IOException
      Helper function to launch a different JVM process with the same classpath.
      Parameters:
      c - Main class to launch
      args - Command line args for launched process
      Returns:
      Process instance that can be used to observe exit value etc.
      Throws:
      IOException - if IO error occurs