I launch a non-console exe from a DOS shell, which generates errors (actually bubbling up and killing the main but I don't think this is relevant). These errors show up in the middle of other things I was doing in that shell.
If I am not mistaken, output and error streams should not be shown at all when launched from a shell using a GUI application since that application is able to show modal dialog boxes with error reporting and so on.
I tried to block the error stream with "log.level=none" but this seems to only affect events from WinRun4J itself.
I launch a non-console exe from a DOS shell, which generates errors (actually bubbling up and killing the main but I don't think this is relevant). These errors show up in the middle of other things I was doing in that shell.
If I am not mistaken, output and error streams should not be shown at all when launched from a shell using a GUI application since that application is able to show modal dialog boxes with error reporting and so on.
I tried to block the error stream with "log.level=none" but this seems to only affect events from WinRun4J itself.