static void Main(string[] args) { var process = JavaRuntime.ExecuteJar("../../../Sample/Sample.jar"); process.WaitForExit(); }