Package convex.api
Class Applications
java.lang.Object
convex.api.Applications
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Applications
public Applications()
-
-
Method Details
-
launchApp
Helper function to launch a different JVM process with the same classpath.- Parameters:
c
- Main class to launchargs
- Command line args for launched process- Returns:
- Process instance that can be used to observe exit value etc.
- Throws:
IOException
- if IO error occurs
-