Lets say, that i have launched simple Java application, that outputs some strings to standart console using following command:
Runtime.getRuntime().exec("Path:/to/app.exe");
What i need is to gather all data, that launched app throws to the console. Is it possible? Thanks.
Paul.