Hello,
Is there a way for me to intercept the STDERR stream that is being used from an external JAR file?
My situation is that I have my own program using STDERR for XYZ, and an external JAR that uses STDERR for ABC. I want to merge both so that they are formatted correctly for the end user, but I cannot figure out how to catch or redirect or (what is the right term?) the JAR's STDERR?
Thanks,