Open Ryanznoco opened 1 year ago
Do you mean JVM errors?
Yes
Which system? All of them?
Windows only.
Ok, I'll take a look into it and tell you something
Ok, thanks a lot.
One question: have you tried winConfig.headerType=console
and then run your app from terminal?
It works, but is there no other way? I don't want to run a terminal.
How do I redirect stderr to a file?
Maybe this should do the job 🤷♂️
System.setErr(new PrintStream("error.txt"));
or you can use a Logger
.
I'm submitting a feature request.
How do I redirect stderr to a file?