Hey,
I need to call a java Programm from within my C# code.

So what I usually do in a Command Line (java - jar myApp.jar) now needs to be executed from an Command line.

And then I need my C# code to wait till the java app is stopped.

Does anyone know how to do this?

Thx,
Stephan